Shades of Myrtle #194E14
Tints of Myrtle #194E14
RGB
CMYK
RGB Variations
Color information
#194E14 (or 0x194E14) is known color: Myrtle. HEX triplet: 19, 4E and 14. RGB value is (25,78,20). Sum of RGB (Red+Green+Blue) = 25+78+20=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #194E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #194E14 is #E6B1EB. Grayscale: #373737. Windows color (decimal): -15118828 or 1330713. OLE color: 1330713.
HSL color Cylindrical-coordinate representation of color #194E14: hue angle of 114.83º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194E14 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 20 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.69 |
| HSL | 114.83º | 0.59% | 0.19% | - |
| HSV(B) | 114.83º | 0.74% | 0.31% | - |
| XYZ | 3.25 | 5.71 | 1.59 | - |
| YUV | 55.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 20 | 0.68 | 0 | 0.74 | 0.69 | 114.83 | 0.59 | 0.19 |
| Hex | 19 | 4E | 14 | 44 | 0 | 4A | 45 | 73 | 3B | 13 |
| Octal | 31 | 116 | 24 | 104 | 0 | 112 | 105 | 163 | 73 | 23 |
| Binary | 11001 | 1001110 | 10100 | 1000100 | 0 | 1001010 | 1000101 | 1110011 | 111011 | 10011 |
Color Harmonies of #194E14
Complementary color
Monochromatic Colors of #194E14
Black with #194E14
Text Example
Text Example
White with #194E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E14; }
p { color: rgb(25,78,20); }
H1.HeaderClassName
{
color: #194E14;
}
.AnyTagClassName
{
color: #194E14;
}
</style>
background-color css
<style>
a { background-color: #194E14; }
a { background-color: rgb(25,78,20); }
div.DivClassName
{
background-color: #194E14;
}
.BgClassName
{
background-color: #194E14;
}
</style>
border-color css
<style>
span { border-color: #194E14; }
span { border-color: rgb(25,78,20); }
td.TdClassName
{
border-color: #194E14;
}
.TagClassName
{
border-color: #194E14;
}
</style>