Shades of Myrtle #144E11
Tints of Myrtle #144E11
RGB
CMYK
RGB Variations
Color information
#144E11 (or 0x144E11) is known color: Myrtle. HEX triplet: 14, 4E and 11. RGB value is (20,78,17). Sum of RGB (Red+Green+Blue) = 20+78+17=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #144E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144E11 is #EBB1EE. Grayscale: #353535. Windows color (decimal): -15446511 or 1134100. OLE color: 1134100.
HSL color Cylindrical-coordinate representation of color #144E11: hue angle of 117.05º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144E11 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 17 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.69 |
| HSL | 117.05º | 0.64% | 0.19% | - |
| HSV(B) | 117.05º | 0.78% | 0.31% | - |
| XYZ | 3.11 | 5.64 | 1.45 | - |
| YUV | 53.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 17 | 0.74 | 0 | 0.78 | 0.69 | 117.05 | 0.64 | 0.19 |
| Hex | 14 | 4E | 11 | 4A | 0 | 4E | 45 | 75 | 40 | 13 |
| Octal | 24 | 116 | 21 | 112 | 0 | 116 | 105 | 165 | 100 | 23 |
| Binary | 10100 | 1001110 | 10001 | 1001010 | 0 | 1001110 | 1000101 | 1110101 | 1000000 | 10011 |
Color Harmonies of #144E11
Complementary color
Monochromatic Colors of #144E11
Black with #144E11
Text Example
Text Example
White with #144E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E11; }
p { color: rgb(20,78,17); }
H1.HeaderClassName
{
color: #144E11;
}
.AnyTagClassName
{
color: #144E11;
}
</style>
background-color css
<style>
a { background-color: #144E11; }
a { background-color: rgb(20,78,17); }
div.DivClassName
{
background-color: #144E11;
}
.BgClassName
{
background-color: #144E11;
}
</style>
border-color css
<style>
span { border-color: #144E11; }
span { border-color: rgb(20,78,17); }
td.TdClassName
{
border-color: #144E11;
}
.TagClassName
{
border-color: #144E11;
}
</style>