Shades of Green #197407
Tints of Green #197407
RGB
CMYK
RGB Variations
Color information
#197407 (or 0x197407) is known color: Green. HEX triplet: 19, 74 and 07. RGB value is (25,116,7). Sum of RGB (Red+Green+Blue) = 25+116+7=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 116 (45.70% from 255 or 78.38% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 116 - color contains mainly: green. Hex color #197407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197407 is #E68BF8. Grayscale: #4C4C4C. Windows color (decimal): -15109113 or 488473. OLE color: 488473.
HSL color Cylindrical-coordinate representation of color #197407: hue angle of 110.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #197407 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 7 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.55 |
| HSL | 110.09º | 0.89% | 0.24% | - |
| HSV(B) | 110.09º | 0.94% | 0.45% | - |
| XYZ | 6.68 | 12.71 | 2.3 | - |
| YUV | 76.37 | 88.85 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 7 | 0.78 | 0 | 0.94 | 0.55 | 110.09 | 0.89 | 0.24 |
| Hex | 19 | 74 | 7 | 4E | 0 | 5E | 37 | 6E | 59 | 18 |
| Octal | 31 | 164 | 7 | 116 | 0 | 136 | 67 | 156 | 131 | 30 |
| Binary | 11001 | 1110100 | 111 | 1001110 | 0 | 1011110 | 110111 | 1101110 | 1011001 | 11000 |
Color Harmonies of #197407
Complementary color
Monochromatic Colors of #197407
Black with #197407
Text Example
Text Example
White with #197407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197407; }
p { color: rgb(25,116,7); }
H1.HeaderClassName
{
color: #197407;
}
.AnyTagClassName
{
color: #197407;
}
</style>
background-color css
<style>
a { background-color: #197407; }
a { background-color: rgb(25,116,7); }
div.DivClassName
{
background-color: #197407;
}
.BgClassName
{
background-color: #197407;
}
</style>
border-color css
<style>
span { border-color: #197407; }
span { border-color: rgb(25,116,7); }
td.TdClassName
{
border-color: #197407;
}
.TagClassName
{
border-color: #197407;
}
</style>