Shades of Myrtle #214620
Tints of Myrtle #214620
RGB
CMYK
RGB Variations
Color information
#214620 (or 0x214620) is known color: Myrtle. HEX triplet: 21, 46 and 20. RGB value is (33,70,32). Sum of RGB (Red+Green+Blue) = 33+70+32=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #214620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214620 is #DEB9DF. Grayscale: #363636. Windows color (decimal): -14596576 or 2115105. OLE color: 2115105.
HSL color Cylindrical-coordinate representation of color #214620: hue angle of 118.42º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214620 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 32 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.73 |
| HSL | 118.42º | 0.37% | 0.2% | - |
| HSV(B) | 118.42º | 0.54% | 0.27% | - |
| XYZ | 3.08 | 4.81 | 2.13 | - |
| YUV | 54.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 32 | 0.53 | 0 | 0.54 | 0.73 | 118.42 | 0.37 | 0.2 |
| Hex | 21 | 46 | 20 | 35 | 0 | 36 | 49 | 76 | 25 | 14 |
| Octal | 41 | 106 | 40 | 65 | 0 | 66 | 111 | 166 | 45 | 24 |
| Binary | 100001 | 1000110 | 100000 | 110101 | 0 | 110110 | 1001001 | 1110110 | 100101 | 10100 |
Color Harmonies of #214620
Complementary color
Monochromatic Colors of #214620
Black with #214620
Text Example
Text Example
White with #214620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214620; }
p { color: rgb(33,70,32); }
H1.HeaderClassName
{
color: #214620;
}
.AnyTagClassName
{
color: #214620;
}
</style>
background-color css
<style>
a { background-color: #214620; }
a { background-color: rgb(33,70,32); }
div.DivClassName
{
background-color: #214620;
}
.BgClassName
{
background-color: #214620;
}
</style>
border-color css
<style>
span { border-color: #214620; }
span { border-color: rgb(33,70,32); }
td.TdClassName
{
border-color: #214620;
}
.TagClassName
{
border-color: #214620;
}
</style>