Shades of Myrtle #144D19
Tints of Myrtle #144D19
RGB
CMYK
RGB Variations
Color information
#144D19 (or 0x144D19) is known color: Myrtle. HEX triplet: 14, 4D and 19. RGB value is (20,77,25). Sum of RGB (Red+Green+Blue) = 20+77+25=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #144D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144D19 is #EBB2E6. Grayscale: #363636. Windows color (decimal): -15446759 or 1658132. OLE color: 1658132.
HSL color Cylindrical-coordinate representation of color #144D19: hue angle of 125.26º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D19 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 25 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.70 |
| HSL | 125.26º | 0.59% | 0.19% | - |
| HSV(B) | 125.26º | 0.74% | 0.3% | - |
| XYZ | 3.12 | 5.53 | 1.82 | - |
| YUV | 54.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 25 | 0.74 | 0 | 0.68 | 0.70 | 125.26 | 0.59 | 0.19 |
| Hex | 14 | 4D | 19 | 4A | 0 | 44 | 46 | 7D | 3B | 13 |
| Octal | 24 | 115 | 31 | 112 | 0 | 104 | 106 | 175 | 73 | 23 |
| Binary | 10100 | 1001101 | 11001 | 1001010 | 0 | 1000100 | 1000110 | 1111101 | 111011 | 10011 |
Color Harmonies of #144D19
Complementary color
Monochromatic Colors of #144D19
Black with #144D19
Text Example
Text Example
White with #144D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D19; }
p { color: rgb(20,77,25); }
H1.HeaderClassName
{
color: #144D19;
}
.AnyTagClassName
{
color: #144D19;
}
</style>
background-color css
<style>
a { background-color: #144D19; }
a { background-color: rgb(20,77,25); }
div.DivClassName
{
background-color: #144D19;
}
.BgClassName
{
background-color: #144D19;
}
</style>
border-color css
<style>
span { border-color: #144D19; }
span { border-color: rgb(20,77,25); }
td.TdClassName
{
border-color: #144D19;
}
.TagClassName
{
border-color: #144D19;
}
</style>