Shades of Myrtle #144A18
Tints of Myrtle #144A18
RGB
CMYK
RGB Variations
Color information
#144A18 (or 0x144A18) is known color: Myrtle. HEX triplet: 14, 4A and 18. RGB value is (20,74,24). Sum of RGB (Red+Green+Blue) = 20+74+24=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 74 (29.30% from 255 or 62.71% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 74 - color contains mainly: green. Hex color #144A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144A18 is #EBB5E7. Grayscale: #343434. Windows color (decimal): -15447528 or 1591828. OLE color: 1591828.
HSL color Cylindrical-coordinate representation of color #144A18: hue angle of 124.44º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A18 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 24 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.71 |
| HSL | 124.44º | 0.57% | 0.18% | - |
| HSV(B) | 124.44º | 0.73% | 0.29% | - |
| XYZ | 2.9 | 5.11 | 1.7 | - |
| YUV | 52.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 24 | 0.73 | 0 | 0.68 | 0.71 | 124.44 | 0.57 | 0.18 |
| Hex | 14 | 4A | 18 | 49 | 0 | 44 | 47 | 7C | 39 | 12 |
| Octal | 24 | 112 | 30 | 111 | 0 | 104 | 107 | 174 | 71 | 22 |
| Binary | 10100 | 1001010 | 11000 | 1001001 | 0 | 1000100 | 1000111 | 1111100 | 111001 | 10010 |
Color Harmonies of #144A18
Complementary color
Monochromatic Colors of #144A18
Black with #144A18
Text Example
Text Example
White with #144A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A18; }
p { color: rgb(20,74,24); }
H1.HeaderClassName
{
color: #144A18;
}
.AnyTagClassName
{
color: #144A18;
}
</style>
background-color css
<style>
a { background-color: #144A18; }
a { background-color: rgb(20,74,24); }
div.DivClassName
{
background-color: #144A18;
}
.BgClassName
{
background-color: #144A18;
}
</style>
border-color css
<style>
span { border-color: #144A18; }
span { border-color: rgb(20,74,24); }
td.TdClassName
{
border-color: #144A18;
}
.TagClassName
{
border-color: #144A18;
}
</style>