Shades of Myrtle #213D22
Tints of Myrtle #213D22
RGB
CMYK
RGB Variations
Color information
#213D22 (or 0x213D22) is known color: Myrtle. HEX triplet: 21, 3D and 22. RGB value is (33,61,34). Sum of RGB (Red+Green+Blue) = 33+61+34=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #213D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D22 is #DEC2DD. Grayscale: #313131. Windows color (decimal): -14598878 or 2243873. OLE color: 2243873.
HSL color Cylindrical-coordinate representation of color #213D22: hue angle of 122.14º 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 #213D22 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 34 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.76 |
| HSL | 122.14º | 0.3% | 0.18% | - |
| HSV(B) | 122.14º | 0.46% | 0.24% | - |
| XYZ | 2.58 | 3.78 | 2.11 | - |
| YUV | 49.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 34 | 0.46 | 0 | 0.44 | 0.76 | 122.14 | 0.3 | 0.18 |
| Hex | 21 | 3D | 22 | 2E | 0 | 2C | 4C | 7A | 1E | 12 |
| Octal | 41 | 75 | 42 | 56 | 0 | 54 | 114 | 172 | 36 | 22 |
| Binary | 100001 | 111101 | 100010 | 101110 | 0 | 101100 | 1001100 | 1111010 | 11110 | 10010 |
Color Harmonies of #213D22
Complementary color
Monochromatic Colors of #213D22
Black with #213D22
Text Example
Text Example
White with #213D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D22; }
p { color: rgb(33,61,34); }
H1.HeaderClassName
{
color: #213D22;
}
.AnyTagClassName
{
color: #213D22;
}
</style>
background-color css
<style>
a { background-color: #213D22; }
a { background-color: rgb(33,61,34); }
div.DivClassName
{
background-color: #213D22;
}
.BgClassName
{
background-color: #213D22;
}
</style>
border-color css
<style>
span { border-color: #213D22; }
span { border-color: rgb(33,61,34); }
td.TdClassName
{
border-color: #213D22;
}
.TagClassName
{
border-color: #213D22;
}
</style>