Shades of Myrtle #196513
Tints of Myrtle #196513
RGB
CMYK
RGB Variations
Color information
#196513 (or 0x196513) is known color: Myrtle. HEX triplet: 19, 65 and 13. RGB value is (25,101,19). Sum of RGB (Red+Green+Blue) = 25+101+19=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #196513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196513 is #E69AEC. Grayscale: #454545. Windows color (decimal): -15112941 or 1271065. OLE color: 1271065.
HSL color Cylindrical-coordinate representation of color #196513: hue angle of 115.61º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196513 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 19 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.60 |
| HSL | 115.61º | 0.68% | 0.24% | - |
| HSV(B) | 115.61º | 0.81% | 0.4% | - |
| XYZ | 5.17 | 9.56 | 2.19 | - |
| YUV | 68.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 19 | 0.75 | 0 | 0.81 | 0.60 | 115.61 | 0.68 | 0.24 |
| Hex | 19 | 65 | 13 | 4B | 0 | 51 | 3C | 74 | 44 | 18 |
| Octal | 31 | 145 | 23 | 113 | 0 | 121 | 74 | 164 | 104 | 30 |
| Binary | 11001 | 1100101 | 10011 | 1001011 | 0 | 1010001 | 111100 | 1110100 | 1000100 | 11000 |
Color Harmonies of #196513
Complementary color
Monochromatic Colors of #196513
Black with #196513
Text Example
Text Example
White with #196513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196513; }
p { color: rgb(25,101,19); }
H1.HeaderClassName
{
color: #196513;
}
.AnyTagClassName
{
color: #196513;
}
</style>
background-color css
<style>
a { background-color: #196513; }
a { background-color: rgb(25,101,19); }
div.DivClassName
{
background-color: #196513;
}
.BgClassName
{
background-color: #196513;
}
</style>
border-color css
<style>
span { border-color: #196513; }
span { border-color: rgb(25,101,19); }
td.TdClassName
{
border-color: #196513;
}
.TagClassName
{
border-color: #196513;
}
</style>