Shades of Green #197406
Tints of Green #197406
RGB
CMYK
RGB Variations
Color information
#197406 (or 0x197406) is known color: Green. HEX triplet: 19, 74 and 06. RGB value is (25,116,6). Sum of RGB (Red+Green+Blue) = 25+116+6=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #197406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197406 is #E68BF9. Grayscale: #4C4C4C. Windows color (decimal): -15109114 or 422937. OLE color: 422937.
HSL color Cylindrical-coordinate representation of color #197406: hue angle of 109.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #197406 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 6 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.55 |
| HSL | 109.64º | 0.9% | 0.24% | - |
| HSV(B) | 109.64º | 0.95% | 0.45% | - |
| XYZ | 6.68 | 12.71 | 2.27 | - |
| YUV | 76.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 6 | 0.78 | 0 | 0.95 | 0.55 | 109.64 | 0.9 | 0.24 |
| Hex | 19 | 74 | 6 | 4E | 0 | 5F | 37 | 6E | 5A | 18 |
| Octal | 31 | 164 | 6 | 116 | 0 | 137 | 67 | 156 | 132 | 30 |
| Binary | 11001 | 1110100 | 110 | 1001110 | 0 | 1011111 | 110111 | 1101110 | 1011010 | 11000 |
Color Harmonies of #197406
Complementary color
Monochromatic Colors of #197406
Black with #197406
Text Example
Text Example
White with #197406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197406; }
p { color: rgb(25,116,6); }
H1.HeaderClassName
{
color: #197406;
}
.AnyTagClassName
{
color: #197406;
}
</style>
background-color css
<style>
a { background-color: #197406; }
a { background-color: rgb(25,116,6); }
div.DivClassName
{
background-color: #197406;
}
.BgClassName
{
background-color: #197406;
}
</style>
border-color css
<style>
span { border-color: #197406; }
span { border-color: rgb(25,116,6); }
td.TdClassName
{
border-color: #197406;
}
.TagClassName
{
border-color: #197406;
}
</style>