Shades of Myrtle #215821
Tints of Myrtle #215821
RGB
CMYK
RGB Variations
Color information
#215821 (or 0x215821) is known color: Myrtle. HEX triplet: 21, 58 and 21. RGB value is (33,88,33). Sum of RGB (Red+Green+Blue) = 33+88+33=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #215821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215821 is #DEA7DE. Grayscale: #414141. Windows color (decimal): -14591967 or 2185249. OLE color: 2185249.
HSL color Cylindrical-coordinate representation of color #215821: hue angle of 120º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215821 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 33 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.65 |
| HSL | 120º | 0.45% | 0.24% | - |
| HSV(B) | 120º | 0.63% | 0.35% | - |
| XYZ | 4.39 | 7.41 | 2.64 | - |
| YUV | 65.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 33 | 0.62 | 0 | 0.62 | 0.65 | 120 | 0.45 | 0.24 |
| Hex | 21 | 58 | 21 | 3E | 0 | 3E | 41 | 78 | 2D | 18 |
| Octal | 41 | 130 | 41 | 76 | 0 | 76 | 101 | 170 | 55 | 30 |
| Binary | 100001 | 1011000 | 100001 | 111110 | 0 | 111110 | 1000001 | 1111000 | 101101 | 11000 |
Color Harmonies of #215821
Complementary color
Monochromatic Colors of #215821
Black with #215821
Text Example
Text Example
White with #215821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215821; }
p { color: rgb(33,88,33); }
H1.HeaderClassName
{
color: #215821;
}
.AnyTagClassName
{
color: #215821;
}
</style>
background-color css
<style>
a { background-color: #215821; }
a { background-color: rgb(33,88,33); }
div.DivClassName
{
background-color: #215821;
}
.BgClassName
{
background-color: #215821;
}
</style>
border-color css
<style>
span { border-color: #215821; }
span { border-color: rgb(33,88,33); }
td.TdClassName
{
border-color: #215821;
}
.TagClassName
{
border-color: #215821;
}
</style>