Shades of Myrtle #222D20
Tints of Myrtle #222D20
RGB
CMYK
RGB Variations
Color information
#222D20 (or 0x222D20) is known color: Myrtle. HEX triplet: 22, 2D and 20. RGB value is (34,45,32). Sum of RGB (Red+Green+Blue) = 34+45+32=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 45 - color contains mainly: green. Hex color #222D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D20 is #DDD2DF. Grayscale: #282828. Windows color (decimal): -14537440 or 2108706. OLE color: 2108706.
HSL color Cylindrical-coordinate representation of color #222D20: hue angle of 110.77º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #222D20 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 32 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.82 |
| HSL | 110.77º | 0.17% | 0.15% | - |
| HSV(B) | 110.77º | 0.29% | 0.18% | - |
| XYZ | 1.86 | 2.32 | 1.72 | - |
| YUV | 40.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 32 | 0.24 | 0 | 0.29 | 0.82 | 110.77 | 0.17 | 0.15 |
| Hex | 22 | 2D | 20 | 18 | 0 | 1D | 52 | 6F | 11 | F |
| Octal | 42 | 55 | 40 | 30 | 0 | 35 | 122 | 157 | 21 | 17 |
| Binary | 100010 | 101101 | 100000 | 11000 | 0 | 11101 | 1010010 | 1101111 | 10001 | 1111 |
Color Harmonies of #222D20
Complementary color
Monochromatic Colors of #222D20
Black with #222D20
Text Example
Text Example
White with #222D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D20; }
p { color: rgb(34,45,32); }
H1.HeaderClassName
{
color: #222D20;
}
.AnyTagClassName
{
color: #222D20;
}
</style>
background-color css
<style>
a { background-color: #222D20; }
a { background-color: rgb(34,45,32); }
div.DivClassName
{
background-color: #222D20;
}
.BgClassName
{
background-color: #222D20;
}
</style>
border-color css
<style>
span { border-color: #222D20; }
span { border-color: rgb(34,45,32); }
td.TdClassName
{
border-color: #222D20;
}
.TagClassName
{
border-color: #222D20;
}
</style>