Shades of Myrtle #213B22
Tints of Myrtle #213B22
RGB
CMYK
RGB Variations
Color information
#213B22 (or 0x213B22) is known color: Myrtle. HEX triplet: 21, 3B and 22. RGB value is (33,59,34). Sum of RGB (Red+Green+Blue) = 33+59+34=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #213B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B22 is #DEC4DD. Grayscale: #303030. Windows color (decimal): -14599390 or 2243361. OLE color: 2243361.
HSL color Cylindrical-coordinate representation of color #213B22: hue angle of 122.31º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B22 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 34 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.77 |
| HSL | 122.31º | 0.28% | 0.18% | - |
| HSV(B) | 122.31º | 0.44% | 0.23% | - |
| XYZ | 2.48 | 3.57 | 2.07 | - |
| YUV | 48.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 34 | 0.44 | 0 | 0.42 | 0.77 | 122.31 | 0.28 | 0.18 |
| Hex | 21 | 3B | 22 | 2C | 0 | 2A | 4D | 7A | 1C | 12 |
| Octal | 41 | 73 | 42 | 54 | 0 | 52 | 115 | 172 | 34 | 22 |
| Binary | 100001 | 111011 | 100010 | 101100 | 0 | 101010 | 1001101 | 1111010 | 11100 | 10010 |
Color Harmonies of #213B22
Complementary color
Monochromatic Colors of #213B22
Black with #213B22
Text Example
Text Example
White with #213B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B22; }
p { color: rgb(33,59,34); }
H1.HeaderClassName
{
color: #213B22;
}
.AnyTagClassName
{
color: #213B22;
}
</style>
background-color css
<style>
a { background-color: #213B22; }
a { background-color: rgb(33,59,34); }
div.DivClassName
{
background-color: #213B22;
}
.BgClassName
{
background-color: #213B22;
}
</style>
border-color css
<style>
span { border-color: #213B22; }
span { border-color: rgb(33,59,34); }
td.TdClassName
{
border-color: #213B22;
}
.TagClassName
{
border-color: #213B22;
}
</style>