Shades of Myrtle #194D14
Tints of Myrtle #194D14
RGB
CMYK
RGB Variations
Color information
#194D14 (or 0x194D14) is known color: Myrtle. HEX triplet: 19, 4D and 14. RGB value is (25,77,20). Sum of RGB (Red+Green+Blue) = 25+77+20=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #194D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #194D14 is #E6B2EB. Grayscale: #373737. Windows color (decimal): -15119084 or 1330457. OLE color: 1330457.
HSL color Cylindrical-coordinate representation of color #194D14: hue angle of 114.74º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194D14 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 20 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.70 |
| HSL | 114.74º | 0.59% | 0.19% | - |
| HSV(B) | 114.74º | 0.74% | 0.3% | - |
| XYZ | 3.18 | 5.56 | 1.57 | - |
| YUV | 54.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 20 | 0.68 | 0 | 0.74 | 0.70 | 114.74 | 0.59 | 0.19 |
| Hex | 19 | 4D | 14 | 44 | 0 | 4A | 46 | 73 | 3B | 13 |
| Octal | 31 | 115 | 24 | 104 | 0 | 112 | 106 | 163 | 73 | 23 |
| Binary | 11001 | 1001101 | 10100 | 1000100 | 0 | 1001010 | 1000110 | 1110011 | 111011 | 10011 |
Color Harmonies of #194D14
Complementary color
Monochromatic Colors of #194D14
Black with #194D14
Text Example
Text Example
White with #194D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D14; }
p { color: rgb(25,77,20); }
H1.HeaderClassName
{
color: #194D14;
}
.AnyTagClassName
{
color: #194D14;
}
</style>
background-color css
<style>
a { background-color: #194D14; }
a { background-color: rgb(25,77,20); }
div.DivClassName
{
background-color: #194D14;
}
.BgClassName
{
background-color: #194D14;
}
</style>
border-color css
<style>
span { border-color: #194D14; }
span { border-color: rgb(25,77,20); }
td.TdClassName
{
border-color: #194D14;
}
.TagClassName
{
border-color: #194D14;
}
</style>