Shades of Myrtle #196413
Tints of Myrtle #196413
RGB
CMYK
RGB Variations
Color information
#196413 (or 0x196413) is known color: Myrtle. HEX triplet: 19, 64 and 13. RGB value is (25,100,19). Sum of RGB (Red+Green+Blue) = 25+100+19=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #196413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196413 is #E69BEC. Grayscale: #444444. Windows color (decimal): -15113197 or 1270809. OLE color: 1270809.
HSL color Cylindrical-coordinate representation of color #196413: hue angle of 115.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196413 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 19 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.61 |
| HSL | 115.56º | 0.68% | 0.23% | - |
| HSV(B) | 115.56º | 0.81% | 0.39% | - |
| XYZ | 5.08 | 9.37 | 2.16 | - |
| YUV | 68.34 | 100.15 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 19 | 0.75 | 0 | 0.81 | 0.61 | 115.56 | 0.68 | 0.23 |
| Hex | 19 | 64 | 13 | 4B | 0 | 51 | 3D | 74 | 44 | 17 |
| Octal | 31 | 144 | 23 | 113 | 0 | 121 | 75 | 164 | 104 | 27 |
| Binary | 11001 | 1100100 | 10011 | 1001011 | 0 | 1010001 | 111101 | 1110100 | 1000100 | 10111 |
Color Harmonies of #196413
Complementary color
Monochromatic Colors of #196413
Black with #196413
Text Example
Text Example
White with #196413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196413; }
p { color: rgb(25,100,19); }
H1.HeaderClassName
{
color: #196413;
}
.AnyTagClassName
{
color: #196413;
}
</style>
background-color css
<style>
a { background-color: #196413; }
a { background-color: rgb(25,100,19); }
div.DivClassName
{
background-color: #196413;
}
.BgClassName
{
background-color: #196413;
}
</style>
border-color css
<style>
span { border-color: #196413; }
span { border-color: rgb(25,100,19); }
td.TdClassName
{
border-color: #196413;
}
.TagClassName
{
border-color: #196413;
}
</style>