Shades of Myrtle #196411
Tints of Myrtle #196411
RGB
CMYK
RGB Variations
Color information
#196411 (or 0x196411) is known color: Myrtle. HEX triplet: 19, 64 and 11. RGB value is (25,100,17). Sum of RGB (Red+Green+Blue) = 25+100+17=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #196411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196411 is #E69BEE. Grayscale: #444444. Windows color (decimal): -15113199 or 1139737. OLE color: 1139737.
HSL color Cylindrical-coordinate representation of color #196411: hue angle of 114.22º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196411 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 17 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.61 |
| HSL | 114.22º | 0.71% | 0.23% | - |
| HSV(B) | 114.22º | 0.83% | 0.39% | - |
| XYZ | 5.06 | 9.36 | 2.07 | - |
| YUV | 68.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 17 | 0.75 | 0 | 0.83 | 0.61 | 114.22 | 0.71 | 0.23 |
| Hex | 19 | 64 | 11 | 4B | 0 | 53 | 3D | 72 | 47 | 17 |
| Octal | 31 | 144 | 21 | 113 | 0 | 123 | 75 | 162 | 107 | 27 |
| Binary | 11001 | 1100100 | 10001 | 1001011 | 0 | 1010011 | 111101 | 1110010 | 1000111 | 10111 |
Color Harmonies of #196411
Complementary color
Monochromatic Colors of #196411
Black with #196411
Text Example
Text Example
White with #196411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196411; }
p { color: rgb(25,100,17); }
H1.HeaderClassName
{
color: #196411;
}
.AnyTagClassName
{
color: #196411;
}
</style>
background-color css
<style>
a { background-color: #196411; }
a { background-color: rgb(25,100,17); }
div.DivClassName
{
background-color: #196411;
}
.BgClassName
{
background-color: #196411;
}
</style>
border-color css
<style>
span { border-color: #196411; }
span { border-color: rgb(25,100,17); }
td.TdClassName
{
border-color: #196411;
}
.TagClassName
{
border-color: #196411;
}
</style>