Shades of Myrtle #144C1D
Tints of Myrtle #144C1D
RGB
CMYK
RGB Variations
Color information
#144C1D (or 0x144C1D) is known color: Myrtle. HEX triplet: 14, 4C and 1D. RGB value is (20,76,29). Sum of RGB (Red+Green+Blue) = 20+76+29=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #144C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C1D is #EBB3E2. Grayscale: #363636. Windows color (decimal): -15447011 or 1920020. OLE color: 1920020.
HSL color Cylindrical-coordinate representation of color #144C1D: hue angle of 129.64º degrees, saturation: 0.58, 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 #144C1D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 29 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.70 |
| HSL | 129.64º | 0.58% | 0.19% | - |
| HSV(B) | 129.64º | 0.74% | 0.3% | - |
| XYZ | 3.09 | 5.41 | 2.04 | - |
| YUV | 53.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 29 | 0.74 | 0 | 0.62 | 0.70 | 129.64 | 0.58 | 0.19 |
| Hex | 14 | 4C | 1D | 4A | 0 | 3E | 46 | 82 | 3A | 13 |
| Octal | 24 | 114 | 35 | 112 | 0 | 76 | 106 | 202 | 72 | 23 |
| Binary | 10100 | 1001100 | 11101 | 1001010 | 0 | 111110 | 1000110 | 10000010 | 111010 | 10011 |
Color Harmonies of #144C1D
Complementary color
Monochromatic Colors of #144C1D
Black with #144C1D
Text Example
Text Example
White with #144C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C1D; }
p { color: rgb(20,76,29); }
H1.HeaderClassName
{
color: #144C1D;
}
.AnyTagClassName
{
color: #144C1D;
}
</style>
background-color css
<style>
a { background-color: #144C1D; }
a { background-color: rgb(20,76,29); }
div.DivClassName
{
background-color: #144C1D;
}
.BgClassName
{
background-color: #144C1D;
}
</style>
border-color css
<style>
span { border-color: #144C1D; }
span { border-color: rgb(20,76,29); }
td.TdClassName
{
border-color: #144C1D;
}
.TagClassName
{
border-color: #144C1D;
}
</style>