Shades of Myrtle #215706
Tints of Myrtle #215706
RGB
CMYK
RGB Variations
Color information
#215706 (or 0x215706) is known color: Myrtle. HEX triplet: 21, 57 and 06. RGB value is (33,87,6). Sum of RGB (Red+Green+Blue) = 33+87+6=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #215706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215706 is #DEA8F9. Grayscale: #3D3D3D. Windows color (decimal): -14592250 or 415521. OLE color: 415521.
HSL color Cylindrical-coordinate representation of color #215706: hue angle of 100º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #215706 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 87 | 6 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.66 |
| HSL | 100º | 0.87% | 0.18% | - |
| HSV(B) | 100º | 0.93% | 0.34% | - |
| XYZ | 4.07 | 7.15 | 1.34 | - |
| YUV | 61.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 6 | 0.62 | 0 | 0.93 | 0.66 | 100 | 0.87 | 0.18 |
| Hex | 21 | 57 | 6 | 3E | 0 | 5D | 42 | 64 | 57 | 12 |
| Octal | 41 | 127 | 6 | 76 | 0 | 135 | 102 | 144 | 127 | 22 |
| Binary | 100001 | 1010111 | 110 | 111110 | 0 | 1011101 | 1000010 | 1100100 | 1010111 | 10010 |
Color Harmonies of #215706
Complementary color
Monochromatic Colors of #215706
Black with #215706
Text Example
Text Example
White with #215706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215706; }
p { color: rgb(33,87,6); }
H1.HeaderClassName
{
color: #215706;
}
.AnyTagClassName
{
color: #215706;
}
</style>
background-color css
<style>
a { background-color: #215706; }
a { background-color: rgb(33,87,6); }
div.DivClassName
{
background-color: #215706;
}
.BgClassName
{
background-color: #215706;
}
</style>
border-color css
<style>
span { border-color: #215706; }
span { border-color: rgb(33,87,6); }
td.TdClassName
{
border-color: #215706;
}
.TagClassName
{
border-color: #215706;
}
</style>