Shades of Myrtle #215222
Tints of Myrtle #215222
RGB
CMYK
RGB Variations
Color information
#215222 (or 0x215222) is known color: Myrtle. HEX triplet: 21, 52 and 22. RGB value is (33,82,34). Sum of RGB (Red+Green+Blue) = 33+82+34=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #215222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215222 is #DEADDD. Grayscale: #3E3E3E. Windows color (decimal): -14593502 or 2249249. OLE color: 2249249.
HSL color Cylindrical-coordinate representation of color #215222: hue angle of 121.22º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215222 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 34 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.68 |
| HSL | 121.22º | 0.43% | 0.23% | - |
| HSV(B) | 121.22º | 0.6% | 0.32% | - |
| XYZ | 3.93 | 6.47 | 2.56 | - |
| YUV | 61.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 34 | 0.60 | 0 | 0.59 | 0.68 | 121.22 | 0.43 | 0.23 |
| Hex | 21 | 52 | 22 | 3C | 0 | 3B | 44 | 79 | 2B | 17 |
| Octal | 41 | 122 | 42 | 74 | 0 | 73 | 104 | 171 | 53 | 27 |
| Binary | 100001 | 1010010 | 100010 | 111100 | 0 | 111011 | 1000100 | 1111001 | 101011 | 10111 |
Color Harmonies of #215222
Complementary color
Monochromatic Colors of #215222
Black with #215222
Text Example
Text Example
White with #215222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215222; }
p { color: rgb(33,82,34); }
H1.HeaderClassName
{
color: #215222;
}
.AnyTagClassName
{
color: #215222;
}
</style>
background-color css
<style>
a { background-color: #215222; }
a { background-color: rgb(33,82,34); }
div.DivClassName
{
background-color: #215222;
}
.BgClassName
{
background-color: #215222;
}
</style>
border-color css
<style>
span { border-color: #215222; }
span { border-color: rgb(33,82,34); }
td.TdClassName
{
border-color: #215222;
}
.TagClassName
{
border-color: #215222;
}
</style>