Shades of Myrtle #215C13
Tints of Myrtle #215C13
RGB
CMYK
RGB Variations
Color information
#215C13 (or 0x215C13) is known color: Myrtle. HEX triplet: 21, 5C and 13. RGB value is (33,92,19). Sum of RGB (Red+Green+Blue) = 33+92+19=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #215C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215C13 is #DEA3EC. Grayscale: #424242. Windows color (decimal): -14590957 or 1268769. OLE color: 1268769.
HSL color Cylindrical-coordinate representation of color #215C13: hue angle of 108.49º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215C13 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 19 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.64 |
| HSL | 108.49º | 0.66% | 0.22% | - |
| HSV(B) | 108.49º | 0.79% | 0.36% | - |
| XYZ | 4.57 | 8.02 | 1.92 | - |
| YUV | 66.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 19 | 0.64 | 0 | 0.79 | 0.64 | 108.49 | 0.66 | 0.22 |
| Hex | 21 | 5C | 13 | 40 | 0 | 4F | 40 | 6C | 42 | 16 |
| Octal | 41 | 134 | 23 | 100 | 0 | 117 | 100 | 154 | 102 | 26 |
| Binary | 100001 | 1011100 | 10011 | 1000000 | 0 | 1001111 | 1000000 | 1101100 | 1000010 | 10110 |
Color Harmonies of #215C13
Complementary color
Monochromatic Colors of #215C13
Black with #215C13
Text Example
Text Example
White with #215C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C13; }
p { color: rgb(33,92,19); }
H1.HeaderClassName
{
color: #215C13;
}
.AnyTagClassName
{
color: #215C13;
}
</style>
background-color css
<style>
a { background-color: #215C13; }
a { background-color: rgb(33,92,19); }
div.DivClassName
{
background-color: #215C13;
}
.BgClassName
{
background-color: #215C13;
}
</style>
border-color css
<style>
span { border-color: #215C13; }
span { border-color: rgb(33,92,19); }
td.TdClassName
{
border-color: #215C13;
}
.TagClassName
{
border-color: #215C13;
}
</style>