Shades of Myrtle #215021
Tints of Myrtle #215021
RGB
CMYK
RGB Variations
Color information
#215021 (or 0x215021) is known color: Myrtle. HEX triplet: 21, 50 and 21. RGB value is (33,80,33). Sum of RGB (Red+Green+Blue) = 33+80+33=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #215021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215021 is #DEAFDE. Grayscale: #3C3C3C. Windows color (decimal): -14594015 or 2183201. OLE color: 2183201.
HSL color Cylindrical-coordinate representation of color #215021: hue angle of 120º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215021 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 33 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.69 |
| HSL | 120º | 0.42% | 0.22% | - |
| HSV(B) | 120º | 0.59% | 0.31% | - |
| XYZ | 3.77 | 6.17 | 2.43 | - |
| YUV | 60.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 33 | 0.59 | 0 | 0.59 | 0.69 | 120 | 0.42 | 0.22 |
| Hex | 21 | 50 | 21 | 3B | 0 | 3B | 45 | 78 | 2A | 16 |
| Octal | 41 | 120 | 41 | 73 | 0 | 73 | 105 | 170 | 52 | 26 |
| Binary | 100001 | 1010000 | 100001 | 111011 | 0 | 111011 | 1000101 | 1111000 | 101010 | 10110 |
Color Harmonies of #215021
Complementary color
Monochromatic Colors of #215021
Black with #215021
Text Example
Text Example
White with #215021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215021; }
p { color: rgb(33,80,33); }
H1.HeaderClassName
{
color: #215021;
}
.AnyTagClassName
{
color: #215021;
}
</style>
background-color css
<style>
a { background-color: #215021; }
a { background-color: rgb(33,80,33); }
div.DivClassName
{
background-color: #215021;
}
.BgClassName
{
background-color: #215021;
}
</style>
border-color css
<style>
span { border-color: #215021; }
span { border-color: rgb(33,80,33); }
td.TdClassName
{
border-color: #215021;
}
.TagClassName
{
border-color: #215021;
}
</style>