Shades of Myrtle #215512
Tints of Myrtle #215512
RGB
CMYK
RGB Variations
Color information
#215512 (or 0x215512) is known color: Myrtle. HEX triplet: 21, 55 and 12. RGB value is (33,85,18). Sum of RGB (Red+Green+Blue) = 33+85+18=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #215512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215512 is #DEAAED. Grayscale: #3E3E3E. Windows color (decimal): -14592750 or 1201441. OLE color: 1201441.
HSL color Cylindrical-coordinate representation of color #215512: hue angle of 106.57º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215512 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 18 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.67 |
| HSL | 106.57º | 0.65% | 0.2% | - |
| HSV(B) | 106.57º | 0.79% | 0.33% | - |
| XYZ | 3.98 | 6.86 | 1.69 | - |
| YUV | 61.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 18 | 0.61 | 0 | 0.79 | 0.67 | 106.57 | 0.65 | 0.2 |
| Hex | 21 | 55 | 12 | 3D | 0 | 4F | 43 | 6B | 41 | 14 |
| Octal | 41 | 125 | 22 | 75 | 0 | 117 | 103 | 153 | 101 | 24 |
| Binary | 100001 | 1010101 | 10010 | 111101 | 0 | 1001111 | 1000011 | 1101011 | 1000001 | 10100 |
Color Harmonies of #215512
Complementary color
Monochromatic Colors of #215512
Black with #215512
Text Example
Text Example
White with #215512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215512; }
p { color: rgb(33,85,18); }
H1.HeaderClassName
{
color: #215512;
}
.AnyTagClassName
{
color: #215512;
}
</style>
background-color css
<style>
a { background-color: #215512; }
a { background-color: rgb(33,85,18); }
div.DivClassName
{
background-color: #215512;
}
.BgClassName
{
background-color: #215512;
}
</style>
border-color css
<style>
span { border-color: #215512; }
span { border-color: rgb(33,85,18); }
td.TdClassName
{
border-color: #215512;
}
.TagClassName
{
border-color: #215512;
}
</style>