Shades of Myrtle #214420
Tints of Myrtle #214420
RGB
CMYK
RGB Variations
Color information
#214420 (or 0x214420) is known color: Myrtle. HEX triplet: 21, 44 and 20. RGB value is (33,68,32). Sum of RGB (Red+Green+Blue) = 33+68+32=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #214420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214420 is #DEBBDF. Grayscale: #353535. Windows color (decimal): -14597088 or 2114593. OLE color: 2114593.
HSL color Cylindrical-coordinate representation of color #214420: hue angle of 118.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214420 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 32 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.73 |
| HSL | 118.33º | 0.36% | 0.2% | - |
| HSV(B) | 118.33º | 0.53% | 0.27% | - |
| XYZ | 2.96 | 4.56 | 2.09 | - |
| YUV | 53.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 32 | 0.51 | 0 | 0.53 | 0.73 | 118.33 | 0.36 | 0.2 |
| Hex | 21 | 44 | 20 | 33 | 0 | 35 | 49 | 76 | 24 | 14 |
| Octal | 41 | 104 | 40 | 63 | 0 | 65 | 111 | 166 | 44 | 24 |
| Binary | 100001 | 1000100 | 100000 | 110011 | 0 | 110101 | 1001001 | 1110110 | 100100 | 10100 |
Color Harmonies of #214420
Complementary color
Monochromatic Colors of #214420
Black with #214420
Text Example
Text Example
White with #214420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214420; }
p { color: rgb(33,68,32); }
H1.HeaderClassName
{
color: #214420;
}
.AnyTagClassName
{
color: #214420;
}
</style>
background-color css
<style>
a { background-color: #214420; }
a { background-color: rgb(33,68,32); }
div.DivClassName
{
background-color: #214420;
}
.BgClassName
{
background-color: #214420;
}
</style>
border-color css
<style>
span { border-color: #214420; }
span { border-color: rgb(33,68,32); }
td.TdClassName
{
border-color: #214420;
}
.TagClassName
{
border-color: #214420;
}
</style>