Shades of Myrtle #213C21
Tints of Myrtle #213C21
RGB
CMYK
RGB Variations
Color information
#213C21 (or 0x213C21) is known color: Myrtle. HEX triplet: 21, 3C and 21. RGB value is (33,60,33). Sum of RGB (Red+Green+Blue) = 33+60+33=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #213C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C21 is #DEC3DE. Grayscale: #303030. Windows color (decimal): -14599135 or 2178081. OLE color: 2178081.
HSL color Cylindrical-coordinate representation of color #213C21: hue angle of 120º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C21 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 33 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.76 |
| HSL | 120º | 0.29% | 0.18% | - |
| HSV(B) | 120º | 0.45% | 0.24% | - |
| XYZ | 2.52 | 3.66 | 2.01 | - |
| YUV | 48.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 33 | 0.45 | 0 | 0.45 | 0.76 | 120 | 0.29 | 0.18 |
| Hex | 21 | 3C | 21 | 2D | 0 | 2D | 4C | 78 | 1D | 12 |
| Octal | 41 | 74 | 41 | 55 | 0 | 55 | 114 | 170 | 35 | 22 |
| Binary | 100001 | 111100 | 100001 | 101101 | 0 | 101101 | 1001100 | 1111000 | 11101 | 10010 |
Color Harmonies of #213C21
Complementary color
Monochromatic Colors of #213C21
Black with #213C21
Text Example
Text Example
White with #213C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C21; }
p { color: rgb(33,60,33); }
H1.HeaderClassName
{
color: #213C21;
}
.AnyTagClassName
{
color: #213C21;
}
</style>
background-color css
<style>
a { background-color: #213C21; }
a { background-color: rgb(33,60,33); }
div.DivClassName
{
background-color: #213C21;
}
.BgClassName
{
background-color: #213C21;
}
</style>
border-color css
<style>
span { border-color: #213C21; }
span { border-color: rgb(33,60,33); }
td.TdClassName
{
border-color: #213C21;
}
.TagClassName
{
border-color: #213C21;
}
</style>