Shades of Myrtle #215513
Tints of Myrtle #215513
RGB
CMYK
RGB Variations
Color information
#215513 (or 0x215513) is known color: Myrtle. HEX triplet: 21, 55 and 13. RGB value is (33,85,19). Sum of RGB (Red+Green+Blue) = 33+85+19=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #215513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215513 is #DEAAEC. Grayscale: #3E3E3E. Windows color (decimal): -14592749 or 1266977. OLE color: 1266977.
HSL color Cylindrical-coordinate representation of color #215513: hue angle of 107.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215513 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 19 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.67 |
| HSL | 107.27º | 0.63% | 0.2% | - |
| HSV(B) | 107.27º | 0.78% | 0.33% | - |
| XYZ | 3.99 | 6.87 | 1.73 | - |
| YUV | 61.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 19 | 0.61 | 0 | 0.78 | 0.67 | 107.27 | 0.63 | 0.2 |
| Hex | 21 | 55 | 13 | 3D | 0 | 4E | 43 | 6B | 3F | 14 |
| Octal | 41 | 125 | 23 | 75 | 0 | 116 | 103 | 153 | 77 | 24 |
| Binary | 100001 | 1010101 | 10011 | 111101 | 0 | 1001110 | 1000011 | 1101011 | 111111 | 10100 |
Color Harmonies of #215513
Complementary color
Monochromatic Colors of #215513
Black with #215513
Text Example
Text Example
White with #215513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215513; }
p { color: rgb(33,85,19); }
H1.HeaderClassName
{
color: #215513;
}
.AnyTagClassName
{
color: #215513;
}
</style>
background-color css
<style>
a { background-color: #215513; }
a { background-color: rgb(33,85,19); }
div.DivClassName
{
background-color: #215513;
}
.BgClassName
{
background-color: #215513;
}
</style>
border-color css
<style>
span { border-color: #215513; }
span { border-color: rgb(33,85,19); }
td.TdClassName
{
border-color: #215513;
}
.TagClassName
{
border-color: #215513;
}
</style>