Shades of Myrtle #215A20
Tints of Myrtle #215A20
RGB
CMYK
RGB Variations
Color information
#215A20 (or 0x215A20) is known color: Myrtle. HEX triplet: 21, 5A and 20. RGB value is (33,90,32). Sum of RGB (Red+Green+Blue) = 33+90+32=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #215A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A20 is #DEA5DF. Grayscale: #424242. Windows color (decimal): -14591456 or 2120225. OLE color: 2120225.
HSL color Cylindrical-coordinate representation of color #215A20: hue angle of 118.97º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215A20 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 32 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.65 |
| HSL | 118.97º | 0.48% | 0.24% | - |
| HSV(B) | 118.97º | 0.64% | 0.35% | - |
| XYZ | 4.54 | 7.74 | 2.62 | - |
| YUV | 66.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 32 | 0.63 | 0 | 0.64 | 0.65 | 118.97 | 0.48 | 0.24 |
| Hex | 21 | 5A | 20 | 3F | 0 | 40 | 41 | 77 | 30 | 18 |
| Octal | 41 | 132 | 40 | 77 | 0 | 100 | 101 | 167 | 60 | 30 |
| Binary | 100001 | 1011010 | 100000 | 111111 | 0 | 1000000 | 1000001 | 1110111 | 110000 | 11000 |
Color Harmonies of #215A20
Complementary color
Monochromatic Colors of #215A20
Black with #215A20
Text Example
Text Example
White with #215A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A20; }
p { color: rgb(33,90,32); }
H1.HeaderClassName
{
color: #215A20;
}
.AnyTagClassName
{
color: #215A20;
}
</style>
background-color css
<style>
a { background-color: #215A20; }
a { background-color: rgb(33,90,32); }
div.DivClassName
{
background-color: #215A20;
}
.BgClassName
{
background-color: #215A20;
}
</style>
border-color css
<style>
span { border-color: #215A20; }
span { border-color: rgb(33,90,32); }
td.TdClassName
{
border-color: #215A20;
}
.TagClassName
{
border-color: #215A20;
}
</style>