Shades of Myrtle #196000
Tints of Myrtle #196000
RGB
CMYK
RGB Variations
Color information
#196000 (or 0x196000) is known color: Myrtle. HEX triplet: 19, 60 and 00. RGB value is (25,96,0). Sum of RGB (Red+Green+Blue) = 25+96+0=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #196000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196000 is #E69FFF. Grayscale: #404040. Windows color (decimal): -15114240 or 24601. OLE color: 24601.
HSL color Cylindrical-coordinate representation of color #196000: hue angle of 104.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #196000 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.62 |
| HSL | 104.38º | 1% | 0.19% | - |
| HSV(B) | 104.38º | 1% | 0.38% | - |
| XYZ | 4.58 | 8.57 | 1.41 | - |
| YUV | 63.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 0 | 0.74 | 0 | 1 | 0.62 | 104.38 | 1 | 0.19 |
| Hex | 19 | 60 | 0 | 4A | 0 | 64 | 3E | 68 | 64 | 13 |
| Octal | 31 | 140 | 0 | 112 | 0 | 144 | 76 | 150 | 144 | 23 |
| Binary | 11001 | 1100000 | 0 | 1001010 | 0 | 1100100 | 111110 | 1101000 | 1100100 | 10011 |
Color Harmonies of #196000
Complementary color
Monochromatic Colors of #196000
Black with #196000
Text Example
Text Example
White with #196000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196000; }
p { color: rgb(25,96,0); }
H1.HeaderClassName
{
color: #196000;
}
.AnyTagClassName
{
color: #196000;
}
</style>
background-color css
<style>
a { background-color: #196000; }
a { background-color: rgb(25,96,0); }
div.DivClassName
{
background-color: #196000;
}
.BgClassName
{
background-color: #196000;
}
</style>
border-color css
<style>
span { border-color: #196000; }
span { border-color: rgb(25,96,0); }
td.TdClassName
{
border-color: #196000;
}
.TagClassName
{
border-color: #196000;
}
</style>