Shades of Myrtle #214220
Tints of Myrtle #214220
RGB
CMYK
RGB Variations
Color information
#214220 (or 0x214220) is known color: Myrtle. HEX triplet: 21, 42 and 20. RGB value is (33,66,32). Sum of RGB (Red+Green+Blue) = 33+66+32=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #214220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214220 is #DEBDDF. Grayscale: #343434. Windows color (decimal): -14597600 or 2114081. OLE color: 2114081.
HSL color Cylindrical-coordinate representation of color #214220: hue angle of 118.24º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214220 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 32 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.74 |
| HSL | 118.24º | 0.35% | 0.19% | - |
| HSV(B) | 118.24º | 0.52% | 0.26% | - |
| XYZ | 2.84 | 4.32 | 2.05 | - |
| YUV | 52.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 32 | 0.5 | 0 | 0.52 | 0.74 | 118.24 | 0.35 | 0.19 |
| Hex | 21 | 42 | 20 | 32 | 0 | 34 | 4A | 76 | 23 | 13 |
| Octal | 41 | 102 | 40 | 62 | 0 | 64 | 112 | 166 | 43 | 23 |
| Binary | 100001 | 1000010 | 100000 | 110010 | 0 | 110100 | 1001010 | 1110110 | 100011 | 10011 |
Color Harmonies of #214220
Complementary color
Monochromatic Colors of #214220
Black with #214220
Text Example
Text Example
White with #214220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214220; }
p { color: rgb(33,66,32); }
H1.HeaderClassName
{
color: #214220;
}
.AnyTagClassName
{
color: #214220;
}
</style>
background-color css
<style>
a { background-color: #214220; }
a { background-color: rgb(33,66,32); }
div.DivClassName
{
background-color: #214220;
}
.BgClassName
{
background-color: #214220;
}
</style>
border-color css
<style>
span { border-color: #214220; }
span { border-color: rgb(33,66,32); }
td.TdClassName
{
border-color: #214220;
}
.TagClassName
{
border-color: #214220;
}
</style>