Shades of Myrtle #196014
Tints of Myrtle #196014
RGB
CMYK
RGB Variations
Color information
#196014 (or 0x196014) is known color: Myrtle. HEX triplet: 19, 60 and 14. RGB value is (25,96,20). Sum of RGB (Red+Green+Blue) = 25+96+20=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #196014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196014 is #E69FEB. Grayscale: #424242. Windows color (decimal): -15114220 or 1335321. OLE color: 1335321.
HSL color Cylindrical-coordinate representation of color #196014: hue angle of 116.05º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196014 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 20 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.62 |
| HSL | 116.05º | 0.66% | 0.23% | - |
| HSV(B) | 116.05º | 0.79% | 0.38% | - |
| XYZ | 4.71 | 8.62 | 2.08 | - |
| YUV | 66.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 20 | 0.74 | 0 | 0.79 | 0.62 | 116.05 | 0.66 | 0.23 |
| Hex | 19 | 60 | 14 | 4A | 0 | 4F | 3E | 74 | 42 | 17 |
| Octal | 31 | 140 | 24 | 112 | 0 | 117 | 76 | 164 | 102 | 27 |
| Binary | 11001 | 1100000 | 10100 | 1001010 | 0 | 1001111 | 111110 | 1110100 | 1000010 | 10111 |
Color Harmonies of #196014
Complementary color
Monochromatic Colors of #196014
Black with #196014
Text Example
Text Example
White with #196014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196014; }
p { color: rgb(25,96,20); }
H1.HeaderClassName
{
color: #196014;
}
.AnyTagClassName
{
color: #196014;
}
</style>
background-color css
<style>
a { background-color: #196014; }
a { background-color: rgb(25,96,20); }
div.DivClassName
{
background-color: #196014;
}
.BgClassName
{
background-color: #196014;
}
</style>
border-color css
<style>
span { border-color: #196014; }
span { border-color: rgb(25,96,20); }
td.TdClassName
{
border-color: #196014;
}
.TagClassName
{
border-color: #196014;
}
</style>