Shades of Green #196605
Tints of Green #196605
RGB
CMYK
RGB Variations
Color information
#196605 (or 0x196605) is known color: Green. HEX triplet: 19, 66 and 05. RGB value is (25,102,5). Sum of RGB (Red+Green+Blue) = 25+102+5=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #196605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196605 is #E699FA. Grayscale: #444444. Windows color (decimal): -15112699 or 353817. OLE color: 353817.
HSL color Cylindrical-coordinate representation of color #196605: hue angle of 107.63º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #196605 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 5 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.6 |
| HSL | 107.63º | 0.91% | 0.21% | - |
| HSV(B) | 107.63º | 0.95% | 0.4% | - |
| XYZ | 5.18 | 9.72 | 1.75 | - |
| YUV | 67.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 5 | 0.75 | 0 | 0.95 | 0.6 | 107.63 | 0.91 | 0.21 |
| Hex | 19 | 66 | 5 | 4B | 0 | 5F | 3C | 6C | 5B | 15 |
| Octal | 31 | 146 | 5 | 113 | 0 | 137 | 74 | 154 | 133 | 25 |
| Binary | 11001 | 1100110 | 101 | 1001011 | 0 | 1011111 | 111100 | 1101100 | 1011011 | 10101 |
Color Harmonies of #196605
Complementary color
Monochromatic Colors of #196605
Black with #196605
Text Example
Text Example
White with #196605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196605; }
p { color: rgb(25,102,5); }
H1.HeaderClassName
{
color: #196605;
}
.AnyTagClassName
{
color: #196605;
}
</style>
background-color css
<style>
a { background-color: #196605; }
a { background-color: rgb(25,102,5); }
div.DivClassName
{
background-color: #196605;
}
.BgClassName
{
background-color: #196605;
}
</style>
border-color css
<style>
span { border-color: #196605; }
span { border-color: rgb(25,102,5); }
td.TdClassName
{
border-color: #196605;
}
.TagClassName
{
border-color: #196605;
}
</style>