Shades of Myrtle #215321
Tints of Myrtle #215321
RGB
CMYK
RGB Variations
Color information
#215321 (or 0x215321) is known color: Myrtle. HEX triplet: 21, 53 and 21. RGB value is (33,83,33). Sum of RGB (Red+Green+Blue) = 33+83+33=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #215321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215321 is #DEACDE. Grayscale: #3E3E3E. Windows color (decimal): -14593247 or 2183969. OLE color: 2183969.
HSL color Cylindrical-coordinate representation of color #215321: hue angle of 120º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215321 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 33 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.67 |
| HSL | 120º | 0.43% | 0.23% | - |
| HSV(B) | 120º | 0.6% | 0.33% | - |
| XYZ | 3.99 | 6.62 | 2.51 | - |
| YUV | 62.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 33 | 0.60 | 0 | 0.60 | 0.67 | 120 | 0.43 | 0.23 |
| Hex | 21 | 53 | 21 | 3C | 0 | 3C | 43 | 78 | 2B | 17 |
| Octal | 41 | 123 | 41 | 74 | 0 | 74 | 103 | 170 | 53 | 27 |
| Binary | 100001 | 1010011 | 100001 | 111100 | 0 | 111100 | 1000011 | 1111000 | 101011 | 10111 |
Color Harmonies of #215321
Complementary color
Monochromatic Colors of #215321
Black with #215321
Text Example
Text Example
White with #215321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215321; }
p { color: rgb(33,83,33); }
H1.HeaderClassName
{
color: #215321;
}
.AnyTagClassName
{
color: #215321;
}
</style>
background-color css
<style>
a { background-color: #215321; }
a { background-color: rgb(33,83,33); }
div.DivClassName
{
background-color: #215321;
}
.BgClassName
{
background-color: #215321;
}
</style>
border-color css
<style>
span { border-color: #215321; }
span { border-color: rgb(33,83,33); }
td.TdClassName
{
border-color: #215321;
}
.TagClassName
{
border-color: #215321;
}
</style>