Shades of Myrtle #215510
Tints of Myrtle #215510
RGB
CMYK
RGB Variations
Color information
#215510 (or 0x215510) is known color: Myrtle. HEX triplet: 21, 55 and 10. RGB value is (33,85,16). Sum of RGB (Red+Green+Blue) = 33+85+16=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #215510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215510 is #DEAAEF. Grayscale: #3D3D3D. Windows color (decimal): -14592752 or 1070369. OLE color: 1070369.
HSL color Cylindrical-coordinate representation of color #215510: hue angle of 105.22º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215510 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 16 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.67 |
| HSL | 105.22º | 0.68% | 0.2% | - |
| HSV(B) | 105.22º | 0.81% | 0.33% | - |
| XYZ | 3.97 | 6.86 | 1.6 | - |
| YUV | 61.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 16 | 0.61 | 0 | 0.81 | 0.67 | 105.22 | 0.68 | 0.2 |
| Hex | 21 | 55 | 10 | 3D | 0 | 51 | 43 | 69 | 44 | 14 |
| Octal | 41 | 125 | 20 | 75 | 0 | 121 | 103 | 151 | 104 | 24 |
| Binary | 100001 | 1010101 | 10000 | 111101 | 0 | 1010001 | 1000011 | 1101001 | 1000100 | 10100 |
Color Harmonies of #215510
Complementary color
Monochromatic Colors of #215510
Black with #215510
Text Example
Text Example
White with #215510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215510; }
p { color: rgb(33,85,16); }
H1.HeaderClassName
{
color: #215510;
}
.AnyTagClassName
{
color: #215510;
}
</style>
background-color css
<style>
a { background-color: #215510; }
a { background-color: rgb(33,85,16); }
div.DivClassName
{
background-color: #215510;
}
.BgClassName
{
background-color: #215510;
}
</style>
border-color css
<style>
span { border-color: #215510; }
span { border-color: rgb(33,85,16); }
td.TdClassName
{
border-color: #215510;
}
.TagClassName
{
border-color: #215510;
}
</style>