Shades of Myrtle #196011
Tints of Myrtle #196011
RGB
CMYK
RGB Variations
Color information
#196011 (or 0x196011) is known color: Myrtle. HEX triplet: 19, 60 and 11. RGB value is (25,96,17). Sum of RGB (Red+Green+Blue) = 25+96+17=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #196011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196011 is #E69FEE. Grayscale: #424242. Windows color (decimal): -15114223 or 1138713. OLE color: 1138713.
HSL color Cylindrical-coordinate representation of color #196011: hue angle of 113.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196011 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 17 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.62 |
| HSL | 113.92º | 0.7% | 0.22% | - |
| HSV(B) | 113.92º | 0.82% | 0.38% | - |
| XYZ | 4.68 | 8.61 | 1.95 | - |
| YUV | 65.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 17 | 0.74 | 0 | 0.82 | 0.62 | 113.92 | 0.7 | 0.22 |
| Hex | 19 | 60 | 11 | 4A | 0 | 52 | 3E | 72 | 46 | 16 |
| Octal | 31 | 140 | 21 | 112 | 0 | 122 | 76 | 162 | 106 | 26 |
| Binary | 11001 | 1100000 | 10001 | 1001010 | 0 | 1010010 | 111110 | 1110010 | 1000110 | 10110 |
Color Harmonies of #196011
Complementary color
Monochromatic Colors of #196011
Black with #196011
Text Example
Text Example
White with #196011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196011; }
p { color: rgb(25,96,17); }
H1.HeaderClassName
{
color: #196011;
}
.AnyTagClassName
{
color: #196011;
}
</style>
background-color css
<style>
a { background-color: #196011; }
a { background-color: rgb(25,96,17); }
div.DivClassName
{
background-color: #196011;
}
.BgClassName
{
background-color: #196011;
}
</style>
border-color css
<style>
span { border-color: #196011; }
span { border-color: rgb(25,96,17); }
td.TdClassName
{
border-color: #196011;
}
.TagClassName
{
border-color: #196011;
}
</style>