Shades of Myrtle #215815
Tints of Myrtle #215815
RGB
CMYK
RGB Variations
Color information
#215815 (or 0x215815) is known color: Myrtle. HEX triplet: 21, 58 and 15. RGB value is (33,88,21). Sum of RGB (Red+Green+Blue) = 33+88+21=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #215815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215815 is #DEA7EA. Grayscale: #404040. Windows color (decimal): -14591979 or 1398817. OLE color: 1398817.
HSL color Cylindrical-coordinate representation of color #215815: hue angle of 109.25º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215815 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 21 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.65 |
| HSL | 109.25º | 0.61% | 0.21% | - |
| HSV(B) | 109.25º | 0.76% | 0.35% | - |
| XYZ | 4.25 | 7.36 | 1.91 | - |
| YUV | 63.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 21 | 0.62 | 0 | 0.76 | 0.65 | 109.25 | 0.61 | 0.21 |
| Hex | 21 | 58 | 15 | 3E | 0 | 4C | 41 | 6D | 3D | 15 |
| Octal | 41 | 130 | 25 | 76 | 0 | 114 | 101 | 155 | 75 | 25 |
| Binary | 100001 | 1011000 | 10101 | 111110 | 0 | 1001100 | 1000001 | 1101101 | 111101 | 10101 |
Color Harmonies of #215815
Complementary color
Monochromatic Colors of #215815
Black with #215815
Text Example
Text Example
White with #215815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215815; }
p { color: rgb(33,88,21); }
H1.HeaderClassName
{
color: #215815;
}
.AnyTagClassName
{
color: #215815;
}
</style>
background-color css
<style>
a { background-color: #215815; }
a { background-color: rgb(33,88,21); }
div.DivClassName
{
background-color: #215815;
}
.BgClassName
{
background-color: #215815;
}
</style>
border-color css
<style>
span { border-color: #215815; }
span { border-color: rgb(33,88,21); }
td.TdClassName
{
border-color: #215815;
}
.TagClassName
{
border-color: #215815;
}
</style>