Shades of Myrtle #215509
Tints of Myrtle #215509
RGB
CMYK
RGB Variations
Color information
#215509 (or 0x215509) is known color: Myrtle. HEX triplet: 21, 55 and 09. RGB value is (33,85,9). Sum of RGB (Red+Green+Blue) = 33+85+9=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #215509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215509 is #DEAAF6. Grayscale: #3D3D3D. Windows color (decimal): -14592759 or 611617. OLE color: 611617.
HSL color Cylindrical-coordinate representation of color #215509: hue angle of 101.05º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #215509 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 9 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.67 |
| HSL | 101.05º | 0.81% | 0.18% | - |
| HSV(B) | 101.05º | 0.89% | 0.33% | - |
| XYZ | 3.93 | 6.84 | 1.37 | - |
| YUV | 60.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 9 | 0.61 | 0 | 0.89 | 0.67 | 101.05 | 0.81 | 0.18 |
| Hex | 21 | 55 | 9 | 3D | 0 | 59 | 43 | 65 | 51 | 12 |
| Octal | 41 | 125 | 11 | 75 | 0 | 131 | 103 | 145 | 121 | 22 |
| Binary | 100001 | 1010101 | 1001 | 111101 | 0 | 1011001 | 1000011 | 1100101 | 1010001 | 10010 |
Color Harmonies of #215509
Complementary color
Monochromatic Colors of #215509
Black with #215509
Text Example
Text Example
White with #215509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215509; }
p { color: rgb(33,85,9); }
H1.HeaderClassName
{
color: #215509;
}
.AnyTagClassName
{
color: #215509;
}
</style>
background-color css
<style>
a { background-color: #215509; }
a { background-color: rgb(33,85,9); }
div.DivClassName
{
background-color: #215509;
}
.BgClassName
{
background-color: #215509;
}
</style>
border-color css
<style>
span { border-color: #215509; }
span { border-color: rgb(33,85,9); }
td.TdClassName
{
border-color: #215509;
}
.TagClassName
{
border-color: #215509;
}
</style>