Shades of Myrtle #215221
Tints of Myrtle #215221
RGB
CMYK
RGB Variations
Color information
#215221 (or 0x215221) is known color: Myrtle. HEX triplet: 21, 52 and 21. RGB value is (33,82,33). Sum of RGB (Red+Green+Blue) = 33+82+33=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #215221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215221 is #DEADDE. Grayscale: #3D3D3D. Windows color (decimal): -14593503 or 2183713. OLE color: 2183713.
HSL color Cylindrical-coordinate representation of color #215221: hue angle of 120º 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 #215221 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 33 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.68 |
| HSL | 120º | 0.43% | 0.23% | - |
| HSV(B) | 120º | 0.6% | 0.32% | - |
| XYZ | 3.92 | 6.47 | 2.48 | - |
| YUV | 61.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 33 | 0.60 | 0 | 0.60 | 0.68 | 120 | 0.43 | 0.23 |
| Hex | 21 | 52 | 21 | 3C | 0 | 3C | 44 | 78 | 2B | 17 |
| Octal | 41 | 122 | 41 | 74 | 0 | 74 | 104 | 170 | 53 | 27 |
| Binary | 100001 | 1010010 | 100001 | 111100 | 0 | 111100 | 1000100 | 1111000 | 101011 | 10111 |
Color Harmonies of #215221
Complementary color
Monochromatic Colors of #215221
Black with #215221
Text Example
Text Example
White with #215221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215221; }
p { color: rgb(33,82,33); }
H1.HeaderClassName
{
color: #215221;
}
.AnyTagClassName
{
color: #215221;
}
</style>
background-color css
<style>
a { background-color: #215221; }
a { background-color: rgb(33,82,33); }
div.DivClassName
{
background-color: #215221;
}
.BgClassName
{
background-color: #215221;
}
</style>
border-color css
<style>
span { border-color: #215221; }
span { border-color: rgb(33,82,33); }
td.TdClassName
{
border-color: #215221;
}
.TagClassName
{
border-color: #215221;
}
</style>