Shades of Myrtle #196410
Tints of Myrtle #196410
RGB
CMYK
RGB Variations
Color information
#196410 (or 0x196410) is known color: Myrtle. HEX triplet: 19, 64 and 10. RGB value is (25,100,16). Sum of RGB (Red+Green+Blue) = 25+100+16=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #196410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196410 is #E69BEF. Grayscale: #444444. Windows color (decimal): -15113200 or 1074201. OLE color: 1074201.
HSL color Cylindrical-coordinate representation of color #196410: hue angle of 113.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196410 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 16 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.61 |
| HSL | 113.57º | 0.72% | 0.23% | - |
| HSV(B) | 113.57º | 0.84% | 0.39% | - |
| XYZ | 5.05 | 9.36 | 2.03 | - |
| YUV | 68 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 16 | 0.75 | 0 | 0.84 | 0.61 | 113.57 | 0.72 | 0.23 |
| Hex | 19 | 64 | 10 | 4B | 0 | 54 | 3D | 72 | 48 | 17 |
| Octal | 31 | 144 | 20 | 113 | 0 | 124 | 75 | 162 | 110 | 27 |
| Binary | 11001 | 1100100 | 10000 | 1001011 | 0 | 1010100 | 111101 | 1110010 | 1001000 | 10111 |
Color Harmonies of #196410
Complementary color
Monochromatic Colors of #196410
Black with #196410
Text Example
Text Example
White with #196410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196410; }
p { color: rgb(25,100,16); }
H1.HeaderClassName
{
color: #196410;
}
.AnyTagClassName
{
color: #196410;
}
</style>
background-color css
<style>
a { background-color: #196410; }
a { background-color: rgb(25,100,16); }
div.DivClassName
{
background-color: #196410;
}
.BgClassName
{
background-color: #196410;
}
</style>
border-color css
<style>
span { border-color: #196410; }
span { border-color: rgb(25,100,16); }
td.TdClassName
{
border-color: #196410;
}
.TagClassName
{
border-color: #196410;
}
</style>