Shades of Green #196508
Tints of Green #196508
RGB
CMYK
RGB Variations
Color information
#196508 (or 0x196508) is known color: Green. HEX triplet: 19, 65 and 08. RGB value is (25,101,8). Sum of RGB (Red+Green+Blue) = 25+101+8=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #196508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196508 is #E69AF7. Grayscale: #434343. Windows color (decimal): -15112952 or 550169. OLE color: 550169.
HSL color Cylindrical-coordinate representation of color #196508: hue angle of 109.03º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #196508 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 8 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.60 |
| HSL | 109.03º | 0.85% | 0.21% | - |
| HSV(B) | 109.03º | 0.92% | 0.4% | - |
| XYZ | 5.1 | 9.53 | 1.8 | - |
| YUV | 67.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 8 | 0.75 | 0 | 0.92 | 0.60 | 109.03 | 0.85 | 0.21 |
| Hex | 19 | 65 | 8 | 4B | 0 | 5C | 3C | 6D | 55 | 15 |
| Octal | 31 | 145 | 10 | 113 | 0 | 134 | 74 | 155 | 125 | 25 |
| Binary | 11001 | 1100101 | 1000 | 1001011 | 0 | 1011100 | 111100 | 1101101 | 1010101 | 10101 |
Color Harmonies of #196508
Complementary color
Monochromatic Colors of #196508
Black with #196508
Text Example
Text Example
White with #196508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196508; }
p { color: rgb(25,101,8); }
H1.HeaderClassName
{
color: #196508;
}
.AnyTagClassName
{
color: #196508;
}
</style>
background-color css
<style>
a { background-color: #196508; }
a { background-color: rgb(25,101,8); }
div.DivClassName
{
background-color: #196508;
}
.BgClassName
{
background-color: #196508;
}
</style>
border-color css
<style>
span { border-color: #196508; }
span { border-color: rgb(25,101,8); }
td.TdClassName
{
border-color: #196508;
}
.TagClassName
{
border-color: #196508;
}
</style>