Shades of Myrtle #213C20
Tints of Myrtle #213C20
RGB
CMYK
RGB Variations
Color information
#213C20 (or 0x213C20) is known color: Myrtle. HEX triplet: 21, 3C and 20. RGB value is (33,60,32). Sum of RGB (Red+Green+Blue) = 33+60+32=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #213C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C20 is #DEC3DF. Grayscale: #303030. Windows color (decimal): -14599136 or 2112545. OLE color: 2112545.
HSL color Cylindrical-coordinate representation of color #213C20: hue angle of 117.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213C20 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 32 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.76 |
| HSL | 117.86º | 0.3% | 0.18% | - |
| HSV(B) | 117.86º | 0.47% | 0.24% | - |
| XYZ | 2.5 | 3.66 | 1.94 | - |
| YUV | 48.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 32 | 0.45 | 0 | 0.47 | 0.76 | 117.86 | 0.3 | 0.18 |
| Hex | 21 | 3C | 20 | 2D | 0 | 2F | 4C | 76 | 1E | 12 |
| Octal | 41 | 74 | 40 | 55 | 0 | 57 | 114 | 166 | 36 | 22 |
| Binary | 100001 | 111100 | 100000 | 101101 | 0 | 101111 | 1001100 | 1110110 | 11110 | 10010 |
Color Harmonies of #213C20
Complementary color
Monochromatic Colors of #213C20
Black with #213C20
Text Example
Text Example
White with #213C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C20; }
p { color: rgb(33,60,32); }
H1.HeaderClassName
{
color: #213C20;
}
.AnyTagClassName
{
color: #213C20;
}
</style>
background-color css
<style>
a { background-color: #213C20; }
a { background-color: rgb(33,60,32); }
div.DivClassName
{
background-color: #213C20;
}
.BgClassName
{
background-color: #213C20;
}
</style>
border-color css
<style>
span { border-color: #213C20; }
span { border-color: rgb(33,60,32); }
td.TdClassName
{
border-color: #213C20;
}
.TagClassName
{
border-color: #213C20;
}
</style>