Shades of Myrtle #215511
Tints of Myrtle #215511
RGB
CMYK
RGB Variations
Color information
#215511 (or 0x215511) is known color: Myrtle. HEX triplet: 21, 55 and 11. RGB value is (33,85,17). Sum of RGB (Red+Green+Blue) = 33+85+17=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #215511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215511 is #DEAAEE. Grayscale: #3D3D3D. Windows color (decimal): -14592751 or 1135905. OLE color: 1135905.
HSL color Cylindrical-coordinate representation of color #215511: hue angle of 105.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215511 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 17 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.67 |
| HSL | 105.88º | 0.67% | 0.2% | - |
| HSV(B) | 105.88º | 0.8% | 0.33% | - |
| XYZ | 3.98 | 6.86 | 1.64 | - |
| YUV | 61.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 17 | 0.61 | 0 | 0.80 | 0.67 | 105.88 | 0.67 | 0.2 |
| Hex | 21 | 55 | 11 | 3D | 0 | 50 | 43 | 6A | 43 | 14 |
| Octal | 41 | 125 | 21 | 75 | 0 | 120 | 103 | 152 | 103 | 24 |
| Binary | 100001 | 1010101 | 10001 | 111101 | 0 | 1010000 | 1000011 | 1101010 | 1000011 | 10100 |
Color Harmonies of #215511
Complementary color
Monochromatic Colors of #215511
Black with #215511
Text Example
Text Example
White with #215511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215511; }
p { color: rgb(33,85,17); }
H1.HeaderClassName
{
color: #215511;
}
.AnyTagClassName
{
color: #215511;
}
</style>
background-color css
<style>
a { background-color: #215511; }
a { background-color: rgb(33,85,17); }
div.DivClassName
{
background-color: #215511;
}
.BgClassName
{
background-color: #215511;
}
</style>
border-color css
<style>
span { border-color: #215511; }
span { border-color: rgb(33,85,17); }
td.TdClassName
{
border-color: #215511;
}
.TagClassName
{
border-color: #215511;
}
</style>