Shades of Myrtle #222C20
Tints of Myrtle #222C20
RGB
CMYK
RGB Variations
Color information
#222C20 (or 0x222C20) is known color: Myrtle. HEX triplet: 22, 2C and 20. RGB value is (34,44,32). Sum of RGB (Red+Green+Blue) = 34+44+32=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #222C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C20 is #DDD3DF. Grayscale: #272727. Windows color (decimal): -14537696 or 2108450. OLE color: 2108450.
HSL color Cylindrical-coordinate representation of color #222C20: hue angle of 110º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #222C20 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 32 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.83 |
| HSL | 110º | 0.16% | 0.15% | - |
| HSV(B) | 110º | 0.27% | 0.17% | - |
| XYZ | 1.82 | 2.25 | 1.7 | - |
| YUV | 39.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 32 | 0.23 | 0 | 0.27 | 0.83 | 110 | 0.16 | 0.15 |
| Hex | 22 | 2C | 20 | 17 | 0 | 1B | 53 | 6E | 10 | F |
| Octal | 42 | 54 | 40 | 27 | 0 | 33 | 123 | 156 | 20 | 17 |
| Binary | 100010 | 101100 | 100000 | 10111 | 0 | 11011 | 1010011 | 1101110 | 10000 | 1111 |
Color Harmonies of #222C20
Complementary color
Monochromatic Colors of #222C20
Black with #222C20
Text Example
Text Example
White with #222C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C20; }
p { color: rgb(34,44,32); }
H1.HeaderClassName
{
color: #222C20;
}
.AnyTagClassName
{
color: #222C20;
}
</style>
background-color css
<style>
a { background-color: #222C20; }
a { background-color: rgb(34,44,32); }
div.DivClassName
{
background-color: #222C20;
}
.BgClassName
{
background-color: #222C20;
}
</style>
border-color css
<style>
span { border-color: #222C20; }
span { border-color: rgb(34,44,32); }
td.TdClassName
{
border-color: #222C20;
}
.TagClassName
{
border-color: #222C20;
}
</style>