Shades of Myrtle #215C06
Tints of Myrtle #215C06
RGB
CMYK
RGB Variations
Color information
#215C06 (or 0x215C06) is known color: Myrtle. HEX triplet: 21, 5C and 06. RGB value is (33,92,6). Sum of RGB (Red+Green+Blue) = 33+92+6=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #215C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215C06 is #DEA3F9. Grayscale: #404040. Windows color (decimal): -14590970 or 416801. OLE color: 416801.
HSL color Cylindrical-coordinate representation of color #215C06: hue angle of 101.16º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #215C06 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 6 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.64 |
| HSL | 101.16º | 0.88% | 0.19% | - |
| HSV(B) | 101.16º | 0.93% | 0.36% | - |
| XYZ | 4.49 | 7.99 | 1.48 | - |
| YUV | 64.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 6 | 0.64 | 0 | 0.93 | 0.64 | 101.16 | 0.88 | 0.19 |
| Hex | 21 | 5C | 6 | 40 | 0 | 5D | 40 | 65 | 58 | 13 |
| Octal | 41 | 134 | 6 | 100 | 0 | 135 | 100 | 145 | 130 | 23 |
| Binary | 100001 | 1011100 | 110 | 1000000 | 0 | 1011101 | 1000000 | 1100101 | 1011000 | 10011 |
Color Harmonies of #215C06
Complementary color
Monochromatic Colors of #215C06
Black with #215C06
Text Example
Text Example
White with #215C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C06; }
p { color: rgb(33,92,6); }
H1.HeaderClassName
{
color: #215C06;
}
.AnyTagClassName
{
color: #215C06;
}
</style>
background-color css
<style>
a { background-color: #215C06; }
a { background-color: rgb(33,92,6); }
div.DivClassName
{
background-color: #215C06;
}
.BgClassName
{
background-color: #215C06;
}
</style>
border-color css
<style>
span { border-color: #215C06; }
span { border-color: rgb(33,92,6); }
td.TdClassName
{
border-color: #215C06;
}
.TagClassName
{
border-color: #215C06;
}
</style>