Shades of Myrtle #144D1D
Tints of Myrtle #144D1D
RGB
CMYK
RGB Variations
Color information
#144D1D (or 0x144D1D) is known color: Myrtle. HEX triplet: 14, 4D and 1D. RGB value is (20,77,29). Sum of RGB (Red+Green+Blue) = 20+77+29=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #144D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D1D is #EBB2E2. Grayscale: #363636. Windows color (decimal): -15446755 or 1920276. OLE color: 1920276.
HSL color Cylindrical-coordinate representation of color #144D1D: hue angle of 129.47º 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 #144D1D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 29 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.70 |
| HSL | 129.47º | 0.59% | 0.19% | - |
| HSV(B) | 129.47º | 0.74% | 0.3% | - |
| XYZ | 3.16 | 5.55 | 2.07 | - |
| YUV | 54.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 29 | 0.74 | 0 | 0.62 | 0.70 | 129.47 | 0.59 | 0.19 |
| Hex | 14 | 4D | 1D | 4A | 0 | 3E | 46 | 81 | 3B | 13 |
| Octal | 24 | 115 | 35 | 112 | 0 | 76 | 106 | 201 | 73 | 23 |
| Binary | 10100 | 1001101 | 11101 | 1001010 | 0 | 111110 | 1000110 | 10000001 | 111011 | 10011 |
Color Harmonies of #144D1D
Complementary color
Monochromatic Colors of #144D1D
Black with #144D1D
Text Example
Text Example
White with #144D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D1D; }
p { color: rgb(20,77,29); }
H1.HeaderClassName
{
color: #144D1D;
}
.AnyTagClassName
{
color: #144D1D;
}
</style>
background-color css
<style>
a { background-color: #144D1D; }
a { background-color: rgb(20,77,29); }
div.DivClassName
{
background-color: #144D1D;
}
.BgClassName
{
background-color: #144D1D;
}
</style>
border-color css
<style>
span { border-color: #144D1D; }
span { border-color: rgb(20,77,29); }
td.TdClassName
{
border-color: #144D1D;
}
.TagClassName
{
border-color: #144D1D;
}
</style>