Shades of Myrtle #215D09
Tints of Myrtle #215D09
RGB
CMYK
RGB Variations
Color information
#215D09 (or 0x215D09) is known color: Myrtle. HEX triplet: 21, 5D and 09. RGB value is (33,93,9). Sum of RGB (Red+Green+Blue) = 33+93+9=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #215D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D09 is #DEA2F6. Grayscale: #414141. Windows color (decimal): -14590711 or 613665. OLE color: 613665.
HSL color Cylindrical-coordinate representation of color #215D09: hue angle of 102.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #215D09 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 9 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.64 |
| HSL | 102.86º | 0.82% | 0.2% | - |
| HSV(B) | 102.86º | 0.9% | 0.36% | - |
| XYZ | 4.59 | 8.17 | 1.59 | - |
| YUV | 65.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 9 | 0.65 | 0 | 0.90 | 0.64 | 102.86 | 0.82 | 0.2 |
| Hex | 21 | 5D | 9 | 41 | 0 | 5A | 40 | 67 | 52 | 14 |
| Octal | 41 | 135 | 11 | 101 | 0 | 132 | 100 | 147 | 122 | 24 |
| Binary | 100001 | 1011101 | 1001 | 1000001 | 0 | 1011010 | 1000000 | 1100111 | 1010010 | 10100 |
Color Harmonies of #215D09
Complementary color
Monochromatic Colors of #215D09
Black with #215D09
Text Example
Text Example
White with #215D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D09; }
p { color: rgb(33,93,9); }
H1.HeaderClassName
{
color: #215D09;
}
.AnyTagClassName
{
color: #215D09;
}
</style>
background-color css
<style>
a { background-color: #215D09; }
a { background-color: rgb(33,93,9); }
div.DivClassName
{
background-color: #215D09;
}
.BgClassName
{
background-color: #215D09;
}
</style>
border-color css
<style>
span { border-color: #215D09; }
span { border-color: rgb(33,93,9); }
td.TdClassName
{
border-color: #215D09;
}
.TagClassName
{
border-color: #215D09;
}
</style>