Shades of Myrtle #215C0B
Tints of Myrtle #215C0B
RGB
CMYK
RGB Variations
Color information
#215C0B (or 0x215C0B) is known color: Myrtle. HEX triplet: 21, 5C and 0B. RGB value is (33,92,11). Sum of RGB (Red+Green+Blue) = 33+92+11=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 92 (36.33% from 255 or 67.65% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 92 - color contains mainly: green. Hex color #215C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215C0B is #DEA3F4. Grayscale: #414141. Windows color (decimal): -14590965 or 744481. OLE color: 744481.
HSL color Cylindrical-coordinate representation of color #215C0B: hue angle of 103.7º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #215C0B is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 11 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.64 |
| HSL | 103.7º | 0.79% | 0.2% | - |
| HSV(B) | 103.7º | 0.88% | 0.36% | - |
| XYZ | 4.51 | 8 | 1.62 | - |
| YUV | 65.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 11 | 0.64 | 0 | 0.88 | 0.64 | 103.7 | 0.79 | 0.2 |
| Hex | 21 | 5C | B | 40 | 0 | 58 | 40 | 68 | 4F | 14 |
| Octal | 41 | 134 | 13 | 100 | 0 | 130 | 100 | 150 | 117 | 24 |
| Binary | 100001 | 1011100 | 1011 | 1000000 | 0 | 1011000 | 1000000 | 1101000 | 1001111 | 10100 |
Color Harmonies of #215C0B
Complementary color
Monochromatic Colors of #215C0B
Black with #215C0B
Text Example
Text Example
White with #215C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C0B; }
p { color: rgb(33,92,11); }
H1.HeaderClassName
{
color: #215C0B;
}
.AnyTagClassName
{
color: #215C0B;
}
</style>
background-color css
<style>
a { background-color: #215C0B; }
a { background-color: rgb(33,92,11); }
div.DivClassName
{
background-color: #215C0B;
}
.BgClassName
{
background-color: #215C0B;
}
</style>
border-color css
<style>
span { border-color: #215C0B; }
span { border-color: rgb(33,92,11); }
td.TdClassName
{
border-color: #215C0B;
}
.TagClassName
{
border-color: #215C0B;
}
</style>