Shades of Myrtle #215210
Tints of Myrtle #215210
RGB
CMYK
RGB Variations
Color information
#215210 (or 0x215210) is known color: Myrtle. HEX triplet: 21, 52 and 10. RGB value is (33,82,16). Sum of RGB (Red+Green+Blue) = 33+82+16=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #215210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215210 is #DEADEF. Grayscale: #3C3C3C. Windows color (decimal): -14593520 or 1069601. OLE color: 1069601.
HSL color Cylindrical-coordinate representation of color #215210: hue angle of 104.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215210 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 16 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.68 |
| HSL | 104.55º | 0.67% | 0.19% | - |
| HSV(B) | 104.55º | 0.8% | 0.32% | - |
| XYZ | 3.74 | 6.4 | 1.53 | - |
| YUV | 59.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 16 | 0.60 | 0 | 0.80 | 0.68 | 104.55 | 0.67 | 0.19 |
| Hex | 21 | 52 | 10 | 3C | 0 | 50 | 44 | 69 | 43 | 13 |
| Octal | 41 | 122 | 20 | 74 | 0 | 120 | 104 | 151 | 103 | 23 |
| Binary | 100001 | 1010010 | 10000 | 111100 | 0 | 1010000 | 1000100 | 1101001 | 1000011 | 10011 |
Color Harmonies of #215210
Complementary color
Monochromatic Colors of #215210
Black with #215210
Text Example
Text Example
White with #215210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215210; }
p { color: rgb(33,82,16); }
H1.HeaderClassName
{
color: #215210;
}
.AnyTagClassName
{
color: #215210;
}
</style>
background-color css
<style>
a { background-color: #215210; }
a { background-color: rgb(33,82,16); }
div.DivClassName
{
background-color: #215210;
}
.BgClassName
{
background-color: #215210;
}
</style>
border-color css
<style>
span { border-color: #215210; }
span { border-color: rgb(33,82,16); }
td.TdClassName
{
border-color: #215210;
}
.TagClassName
{
border-color: #215210;
}
</style>