Shades of Myrtle #144D11
Tints of Myrtle #144D11
RGB
CMYK
RGB Variations
Color information
#144D11 (or 0x144D11) is known color: Myrtle. HEX triplet: 14, 4D and 11. RGB value is (20,77,17). Sum of RGB (Red+Green+Blue) = 20+77+17=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #144D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144D11 is #EBB2EE. Grayscale: #353535. Windows color (decimal): -15446767 or 1133844. OLE color: 1133844.
HSL color Cylindrical-coordinate representation of color #144D11: hue angle of 117º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144D11 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 17 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.70 |
| HSL | 117º | 0.64% | 0.18% | - |
| HSV(B) | 117º | 0.78% | 0.3% | - |
| XYZ | 3.04 | 5.5 | 1.43 | - |
| YUV | 53.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 17 | 0.74 | 0 | 0.78 | 0.70 | 117 | 0.64 | 0.18 |
| Hex | 14 | 4D | 11 | 4A | 0 | 4E | 46 | 75 | 40 | 12 |
| Octal | 24 | 115 | 21 | 112 | 0 | 116 | 106 | 165 | 100 | 22 |
| Binary | 10100 | 1001101 | 10001 | 1001010 | 0 | 1001110 | 1000110 | 1110101 | 1000000 | 10010 |
Color Harmonies of #144D11
Complementary color
Monochromatic Colors of #144D11
Black with #144D11
Text Example
Text Example
White with #144D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D11; }
p { color: rgb(20,77,17); }
H1.HeaderClassName
{
color: #144D11;
}
.AnyTagClassName
{
color: #144D11;
}
</style>
background-color css
<style>
a { background-color: #144D11; }
a { background-color: rgb(20,77,17); }
div.DivClassName
{
background-color: #144D11;
}
.BgClassName
{
background-color: #144D11;
}
</style>
border-color css
<style>
span { border-color: #144D11; }
span { border-color: rgb(20,77,17); }
td.TdClassName
{
border-color: #144D11;
}
.TagClassName
{
border-color: #144D11;
}
</style>