Shades of Myrtle #215A11
Tints of Myrtle #215A11
RGB
CMYK
RGB Variations
Color information
#215A11 (or 0x215A11) is known color: Myrtle. HEX triplet: 21, 5A and 11. RGB value is (33,90,17). Sum of RGB (Red+Green+Blue) = 33+90+17=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #215A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215A11 is #DEA5EE. Grayscale: #404040. Windows color (decimal): -14591471 or 1137185. OLE color: 1137185.
HSL color Cylindrical-coordinate representation of color #215A11: hue angle of 106.85º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215A11 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 17 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.65 |
| HSL | 106.85º | 0.68% | 0.21% | - |
| HSV(B) | 106.85º | 0.81% | 0.35% | - |
| XYZ | 4.38 | 7.68 | 1.78 | - |
| YUV | 64.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 17 | 0.63 | 0 | 0.81 | 0.65 | 106.85 | 0.68 | 0.21 |
| Hex | 21 | 5A | 11 | 3F | 0 | 51 | 41 | 6B | 44 | 15 |
| Octal | 41 | 132 | 21 | 77 | 0 | 121 | 101 | 153 | 104 | 25 |
| Binary | 100001 | 1011010 | 10001 | 111111 | 0 | 1010001 | 1000001 | 1101011 | 1000100 | 10101 |
Color Harmonies of #215A11
Complementary color
Monochromatic Colors of #215A11
Black with #215A11
Text Example
Text Example
White with #215A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A11; }
p { color: rgb(33,90,17); }
H1.HeaderClassName
{
color: #215A11;
}
.AnyTagClassName
{
color: #215A11;
}
</style>
background-color css
<style>
a { background-color: #215A11; }
a { background-color: rgb(33,90,17); }
div.DivClassName
{
background-color: #215A11;
}
.BgClassName
{
background-color: #215A11;
}
</style>
border-color css
<style>
span { border-color: #215A11; }
span { border-color: rgb(33,90,17); }
td.TdClassName
{
border-color: #215A11;
}
.TagClassName
{
border-color: #215A11;
}
</style>