Shades of Myrtle #144E1E
Tints of Myrtle #144E1E
RGB
CMYK
RGB Variations
Color information
#144E1E (or 0x144E1E) is known color: Myrtle. HEX triplet: 14, 4E and 1E. RGB value is (20,78,30). Sum of RGB (Red+Green+Blue) = 20+78+30=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #144E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E1E is #EBB1E1. Grayscale: #373737. Windows color (decimal): -15446498 or 1986068. OLE color: 1986068.
HSL color Cylindrical-coordinate representation of color #144E1E: hue angle of 130.34º 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 #144E1E is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 30 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.69 |
| HSL | 130.34º | 0.59% | 0.19% | - |
| HSV(B) | 130.34º | 0.74% | 0.31% | - |
| XYZ | 3.25 | 5.69 | 2.16 | - |
| YUV | 55.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 30 | 0.74 | 0 | 0.62 | 0.69 | 130.34 | 0.59 | 0.19 |
| Hex | 14 | 4E | 1E | 4A | 0 | 3E | 45 | 82 | 3B | 13 |
| Octal | 24 | 116 | 36 | 112 | 0 | 76 | 105 | 202 | 73 | 23 |
| Binary | 10100 | 1001110 | 11110 | 1001010 | 0 | 111110 | 1000101 | 10000010 | 111011 | 10011 |
Color Harmonies of #144E1E
Complementary color
Monochromatic Colors of #144E1E
Black with #144E1E
Text Example
Text Example
White with #144E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E1E; }
p { color: rgb(20,78,30); }
H1.HeaderClassName
{
color: #144E1E;
}
.AnyTagClassName
{
color: #144E1E;
}
</style>
background-color css
<style>
a { background-color: #144E1E; }
a { background-color: rgb(20,78,30); }
div.DivClassName
{
background-color: #144E1E;
}
.BgClassName
{
background-color: #144E1E;
}
</style>
border-color css
<style>
span { border-color: #144E1E; }
span { border-color: rgb(20,78,30); }
td.TdClassName
{
border-color: #144E1E;
}
.TagClassName
{
border-color: #144E1E;
}
</style>