Shades of Myrtle #144210
Tints of Myrtle #144210
RGB
CMYK
RGB Variations
Color information
#144210 (or 0x144210) is known color: Myrtle. HEX triplet: 14, 42 and 10. RGB value is (20,66,16). Sum of RGB (Red+Green+Blue) = 20+66+16=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #144210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144210 is #EBBDEF. Grayscale: #2E2E2E. Windows color (decimal): -15449584 or 1065492. OLE color: 1065492.
HSL color Cylindrical-coordinate representation of color #144210: hue angle of 115.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144210 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 16 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.74 |
| HSL | 115.2º | 0.61% | 0.16% | - |
| HSV(B) | 115.2º | 0.76% | 0.26% | - |
| XYZ | 2.33 | 4.08 | 1.16 | - |
| YUV | 46.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 16 | 0.70 | 0 | 0.76 | 0.74 | 115.2 | 0.61 | 0.16 |
| Hex | 14 | 42 | 10 | 46 | 0 | 4C | 4A | 73 | 3D | 10 |
| Octal | 24 | 102 | 20 | 106 | 0 | 114 | 112 | 163 | 75 | 20 |
| Binary | 10100 | 1000010 | 10000 | 1000110 | 0 | 1001100 | 1001010 | 1110011 | 111101 | 10000 |
Color Harmonies of #144210
Complementary color
Monochromatic Colors of #144210
Black with #144210
Text Example
Text Example
White with #144210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144210; }
p { color: rgb(20,66,16); }
H1.HeaderClassName
{
color: #144210;
}
.AnyTagClassName
{
color: #144210;
}
</style>
background-color css
<style>
a { background-color: #144210; }
a { background-color: rgb(20,66,16); }
div.DivClassName
{
background-color: #144210;
}
.BgClassName
{
background-color: #144210;
}
</style>
border-color css
<style>
span { border-color: #144210; }
span { border-color: rgb(20,66,16); }
td.TdClassName
{
border-color: #144210;
}
.TagClassName
{
border-color: #144210;
}
</style>