Shades of Myrtle #215913
Tints of Myrtle #215913
RGB
CMYK
RGB Variations
Color information
#215913 (or 0x215913) is known color: Myrtle. HEX triplet: 21, 59 and 13. RGB value is (33,89,19). Sum of RGB (Red+Green+Blue) = 33+89+19=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #215913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215913 is #DEA6EC. Grayscale: #404040. Windows color (decimal): -14591725 or 1268001. OLE color: 1268001.
HSL color Cylindrical-coordinate representation of color #215913: hue angle of 108º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215913 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 19 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.65 |
| HSL | 108º | 0.65% | 0.21% | - |
| HSV(B) | 108º | 0.79% | 0.35% | - |
| XYZ | 4.32 | 7.52 | 1.84 | - |
| YUV | 64.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 19 | 0.63 | 0 | 0.79 | 0.65 | 108 | 0.65 | 0.21 |
| Hex | 21 | 59 | 13 | 3F | 0 | 4F | 41 | 6C | 41 | 15 |
| Octal | 41 | 131 | 23 | 77 | 0 | 117 | 101 | 154 | 101 | 25 |
| Binary | 100001 | 1011001 | 10011 | 111111 | 0 | 1001111 | 1000001 | 1101100 | 1000001 | 10101 |
Color Harmonies of #215913
Complementary color
Monochromatic Colors of #215913
Black with #215913
Text Example
Text Example
White with #215913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215913; }
p { color: rgb(33,89,19); }
H1.HeaderClassName
{
color: #215913;
}
.AnyTagClassName
{
color: #215913;
}
</style>
background-color css
<style>
a { background-color: #215913; }
a { background-color: rgb(33,89,19); }
div.DivClassName
{
background-color: #215913;
}
.BgClassName
{
background-color: #215913;
}
</style>
border-color css
<style>
span { border-color: #215913; }
span { border-color: rgb(33,89,19); }
td.TdClassName
{
border-color: #215913;
}
.TagClassName
{
border-color: #215913;
}
</style>