Shades of Myrtle #213921
Tints of Myrtle #213921
RGB
CMYK
RGB Variations
Color information
#213921 (or 0x213921) is known color: Myrtle. HEX triplet: 21, 39 and 21. RGB value is (33,57,33). Sum of RGB (Red+Green+Blue) = 33+57+33=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #213921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213921 is #DEC6DE. Grayscale: #2F2F2F. Windows color (decimal): -14599903 or 2177313. OLE color: 2177313.
HSL color Cylindrical-coordinate representation of color #213921: hue angle of 120º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213921 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 33 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.78 |
| HSL | 120º | 0.27% | 0.18% | - |
| HSV(B) | 120º | 0.42% | 0.22% | - |
| XYZ | 2.36 | 3.36 | 1.96 | - |
| YUV | 47.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 33 | 0.42 | 0 | 0.42 | 0.78 | 120 | 0.27 | 0.18 |
| Hex | 21 | 39 | 21 | 2A | 0 | 2A | 4E | 78 | 1B | 12 |
| Octal | 41 | 71 | 41 | 52 | 0 | 52 | 116 | 170 | 33 | 22 |
| Binary | 100001 | 111001 | 100001 | 101010 | 0 | 101010 | 1001110 | 1111000 | 11011 | 10010 |
Color Harmonies of #213921
Complementary color
Monochromatic Colors of #213921
Black with #213921
Text Example
Text Example
White with #213921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213921; }
p { color: rgb(33,57,33); }
H1.HeaderClassName
{
color: #213921;
}
.AnyTagClassName
{
color: #213921;
}
</style>
background-color css
<style>
a { background-color: #213921; }
a { background-color: rgb(33,57,33); }
div.DivClassName
{
background-color: #213921;
}
.BgClassName
{
background-color: #213921;
}
</style>
border-color css
<style>
span { border-color: #213921; }
span { border-color: rgb(33,57,33); }
td.TdClassName
{
border-color: #213921;
}
.TagClassName
{
border-color: #213921;
}
</style>