Shades of Myrtle #144213
Tints of Myrtle #144213
RGB
CMYK
RGB Variations
Color information
#144213 (or 0x144213) is known color: Myrtle. HEX triplet: 14, 42 and 13. RGB value is (20,66,19). Sum of RGB (Red+Green+Blue) = 20+66+19=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #144213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144213 is #EBBDEC. Grayscale: #2F2F2F. Windows color (decimal): -15449581 or 1262100. OLE color: 1262100.
HSL color Cylindrical-coordinate representation of color #144213: hue angle of 118.72º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144213 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 19 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.74 |
| HSL | 118.72º | 0.55% | 0.17% | - |
| HSV(B) | 118.72º | 0.71% | 0.26% | - |
| XYZ | 2.35 | 4.09 | 1.28 | - |
| YUV | 46.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 19 | 0.70 | 0 | 0.71 | 0.74 | 118.72 | 0.55 | 0.17 |
| Hex | 14 | 42 | 13 | 46 | 0 | 47 | 4A | 77 | 37 | 11 |
| Octal | 24 | 102 | 23 | 106 | 0 | 107 | 112 | 167 | 67 | 21 |
| Binary | 10100 | 1000010 | 10011 | 1000110 | 0 | 1000111 | 1001010 | 1110111 | 110111 | 10001 |
Color Harmonies of #144213
Complementary color
Monochromatic Colors of #144213
Black with #144213
Text Example
Text Example
White with #144213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144213; }
p { color: rgb(20,66,19); }
H1.HeaderClassName
{
color: #144213;
}
.AnyTagClassName
{
color: #144213;
}
</style>
background-color css
<style>
a { background-color: #144213; }
a { background-color: rgb(20,66,19); }
div.DivClassName
{
background-color: #144213;
}
.BgClassName
{
background-color: #144213;
}
</style>
border-color css
<style>
span { border-color: #144213; }
span { border-color: rgb(20,66,19); }
td.TdClassName
{
border-color: #144213;
}
.TagClassName
{
border-color: #144213;
}
</style>