Shades of Myrtle #213D21
Tints of Myrtle #213D21
RGB
CMYK
RGB Variations
Color information
#213D21 (or 0x213D21) is known color: Myrtle. HEX triplet: 21, 3D and 21. RGB value is (33,61,33). Sum of RGB (Red+Green+Blue) = 33+61+33=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #213D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D21 is #DEC2DE. Grayscale: #313131. Windows color (decimal): -14598879 or 2178337. OLE color: 2178337.
HSL color Cylindrical-coordinate representation of color #213D21: hue angle of 120º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D21 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 33 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.76 |
| HSL | 120º | 0.3% | 0.18% | - |
| HSV(B) | 120º | 0.46% | 0.24% | - |
| XYZ | 2.57 | 3.77 | 2.03 | - |
| YUV | 49.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 33 | 0.46 | 0 | 0.46 | 0.76 | 120 | 0.3 | 0.18 |
| Hex | 21 | 3D | 21 | 2E | 0 | 2E | 4C | 78 | 1E | 12 |
| Octal | 41 | 75 | 41 | 56 | 0 | 56 | 114 | 170 | 36 | 22 |
| Binary | 100001 | 111101 | 100001 | 101110 | 0 | 101110 | 1001100 | 1111000 | 11110 | 10010 |
Color Harmonies of #213D21
Complementary color
Monochromatic Colors of #213D21
Black with #213D21
Text Example
Text Example
White with #213D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D21; }
p { color: rgb(33,61,33); }
H1.HeaderClassName
{
color: #213D21;
}
.AnyTagClassName
{
color: #213D21;
}
</style>
background-color css
<style>
a { background-color: #213D21; }
a { background-color: rgb(33,61,33); }
div.DivClassName
{
background-color: #213D21;
}
.BgClassName
{
background-color: #213D21;
}
</style>
border-color css
<style>
span { border-color: #213D21; }
span { border-color: rgb(33,61,33); }
td.TdClassName
{
border-color: #213D21;
}
.TagClassName
{
border-color: #213D21;
}
</style>