COLOR #197C37

HEX: #197C37 RGB: (25,124,55)

Color info

#197C37 contains mainly green color. Web safe color of #197C37 is #006633 (or #063).

RGB color model

#197C37 color RGB value is (25,124,55).

RGB: (25,124,55) (10%, 49%, 22%)

RGB channels and saturation

R 25 of 255 = 10%
G 124 of 255 = 49%
B 55 of 255 = 22%

25
124
55

R + G + B ~ 27%. #197C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 124 + 55 = 204 (100%)
R 25 of 204 ~ 12.25%
G 124 of 204 ~ 60.78%
B 55 of 204 ~ 26.96'%

%12.25
%60.78
%26.96

CMYK color model

#197C37 color CMYK value is (80,0,56,51).

  • cyan value is 79.84%
  • magenta value is 0.00%
  • yellow value is 55.65%
  • key color value is 51.37%

CMYK: (80,0,56,51)
C80M0Y56K51 (80%, 0%, 56%, 51%)
(0.80 / 0.00 / 0.56 / 0.51)

CMYK percentages

%79.84
%0
%55.65
%51.37

Codes

Color #197C37 in popluar color models

19 7C 37
RGB 25 124 55
HSL 138° 66.44% 29.22%
HSB/HSV 138° 79.84% 48.63%
CMYK 79.84% 0.00% 55.65%
51.37%

Color #197C37 in popluar number systems.

HEX 19 7C 37
Decimal 25 124 55
Binary 11001 1111100 110111
Octal 31 174 67

Shades and tints

Shades of #197C37

#197C37
(25,124,55)
#177132
(23,113,50)
#15662D
(21,102,45)
#135B28
(19,91,40)
#115023
(17,80,35)
#0F451E
(15,69,30)
#0D3A19
(13,58,25)
#0B2F14
(11,47,20)
#09240F
(9,36,15)
#07190A
(7,25,10)
#050E05
(5,14,5)
#000000
(0,0,0)

Tints of #197C37

#197C37
(25,124,55)
#2D8749
(45,135,73)
#41925B
(65,146,91)
#559D6D
(85,157,109)
#69A87F
(105,168,127)
#7DB391
(125,179,145)
#91BEA3
(145,190,163)
#A5C9B5
(165,201,181)
#B9D4C7
(185,212,199)
#CDDFD9
(205,223,217)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197C37 color. Also use rgb(25,124,55) instead hex code.

Text Font Color

.myTextColor { color: #197C37; }

<p style="color:#197C37">This sample text font color is #197C37.</p>

This text font color is #197C37.

Background Color

.myBgColor { background-color: #197C37; }

<div style="background-color:#197C37">Inner text</div>

This div background color is #197C37.

Border color

.myBorderColor { border: 1px solid #197C37; }

<div style="border:3px solid #197C37">Div</div>

This div border color is #197C37.

Opacity

.myOpacity80 { color: #197C37; opacity: 0.8; }

<p style="color:#197C37;opacity:0.8;">80%</p>

Text with #197C37 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #197C37;}

<p style="text-shadow: 3px 3px 1px #197C37">Text here.</p>

This text has shadow with #197C37 color.


.textShadow {text-shadow: 3px 3px 1px #197C37', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #197C37, 5px 5px 20px red">Text here.</p>

This text has shadow with #197C37 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#197C37, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#197C37, Direction=45, Strength=4)">Text</p>

This text has shadow with #197C37 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #197C37;
-webkit-box-shadow: 1px 1px 3px 2px #197C37;
box-shadow: 1px 1px 3px 2px #197C37;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #197C37; -webkit-box-shadow: 1px 1px 3px 2px #197C37; box-shadow:1px 1px 3px 2px #197C37;">
Div content here
</div>

This div box has shadow with color #197C37.

Preview

Color preview on black background

This text has color #197C37 on black background.


Color preview on white background

This text has color #197C37 on white background.


Black color preview on #197C37 background

This text has black color on #197C37 background.


White color preview on #197C37 background

This text has white color on #197C37 background.


Related colors

Complementary color

Complementary color for #hex is #E683C8.


I love getcolorcode.com

Triadic colors

1 #37197C and #7C3719 with #197C37 are triadic colors.

2 #377C19 and #7C1937 with #197C37 are triadic colors.