Shades of Myrtle #215605
Tints of Myrtle #215605
RGB
CMYK
RGB Variations
Color information
#215605 (or 0x215605) is known color: Myrtle. HEX triplet: 21, 56 and 05. RGB value is (33,86,5). Sum of RGB (Red+Green+Blue) = 33+86+5=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #215605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215605 is #DEA9FA. Grayscale: #3D3D3D. Windows color (decimal): -14592507 or 349729. OLE color: 349729.
HSL color Cylindrical-coordinate representation of color #215605: hue angle of 99.26º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #215605 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 86 | 5 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.66 |
| HSL | 99.26º | 0.89% | 0.18% | - |
| HSV(B) | 99.26º | 0.94% | 0.34% | - |
| XYZ | 3.98 | 6.99 | 1.28 | - |
| YUV | 60.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 5 | 0.62 | 0 | 0.94 | 0.66 | 99.26 | 0.89 | 0.18 |
| Hex | 21 | 56 | 5 | 3E | 0 | 5E | 42 | 63 | 59 | 12 |
| Octal | 41 | 126 | 5 | 76 | 0 | 136 | 102 | 143 | 131 | 22 |
| Binary | 100001 | 1010110 | 101 | 111110 | 0 | 1011110 | 1000010 | 1100011 | 1011001 | 10010 |
Color Harmonies of #215605
Complementary color
Monochromatic Colors of #215605
Black with #215605
Text Example
Text Example
White with #215605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215605; }
p { color: rgb(33,86,5); }
H1.HeaderClassName
{
color: #215605;
}
.AnyTagClassName
{
color: #215605;
}
</style>
background-color css
<style>
a { background-color: #215605; }
a { background-color: rgb(33,86,5); }
div.DivClassName
{
background-color: #215605;
}
.BgClassName
{
background-color: #215605;
}
</style>
border-color css
<style>
span { border-color: #215605; }
span { border-color: rgb(33,86,5); }
td.TdClassName
{
border-color: #215605;
}
.TagClassName
{
border-color: #215605;
}
</style>