Shades of Myrtle #215D0A
Tints of Myrtle #215D0A
RGB
CMYK
RGB Variations
Color information
#215D0A (or 0x215D0A) is known color: Myrtle. HEX triplet: 21, 5D and 0A. RGB value is (33,93,10). Sum of RGB (Red+Green+Blue) = 33+93+10=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #215D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D0A is #DEA2F5. Grayscale: #414141. Windows color (decimal): -14590710 or 679201. OLE color: 679201.
HSL color Cylindrical-coordinate representation of color #215D0A: hue angle of 103.37º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #215D0A is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 10 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.64 |
| HSL | 103.37º | 0.81% | 0.2% | - |
| HSV(B) | 103.37º | 0.89% | 0.36% | - |
| XYZ | 4.6 | 8.17 | 1.62 | - |
| YUV | 65.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 10 | 0.65 | 0 | 0.89 | 0.64 | 103.37 | 0.81 | 0.2 |
| Hex | 21 | 5D | A | 41 | 0 | 59 | 40 | 67 | 51 | 14 |
| Octal | 41 | 135 | 12 | 101 | 0 | 131 | 100 | 147 | 121 | 24 |
| Binary | 100001 | 1011101 | 1010 | 1000001 | 0 | 1011001 | 1000000 | 1100111 | 1010001 | 10100 |
Color Harmonies of #215D0A
Complementary color
Monochromatic Colors of #215D0A
Black with #215D0A
Text Example
Text Example
White with #215D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D0A; }
p { color: rgb(33,93,10); }
H1.HeaderClassName
{
color: #215D0A;
}
.AnyTagClassName
{
color: #215D0A;
}
</style>
background-color css
<style>
a { background-color: #215D0A; }
a { background-color: rgb(33,93,10); }
div.DivClassName
{
background-color: #215D0A;
}
.BgClassName
{
background-color: #215D0A;
}
</style>
border-color css
<style>
span { border-color: #215D0A; }
span { border-color: rgb(33,93,10); }
td.TdClassName
{
border-color: #215D0A;
}
.TagClassName
{
border-color: #215D0A;
}
</style>