Shades of Myrtle #223521
Tints of Myrtle #223521
RGB
CMYK
RGB Variations
Color information
#223521 (or 0x223521) is known color: Myrtle. HEX triplet: 22, 35 and 21. RGB value is (34,53,33). Sum of RGB (Red+Green+Blue) = 34+53+33=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #223521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223521 is #DDCADE. Grayscale: #2D2D2D. Windows color (decimal): -14535391 or 2176290. OLE color: 2176290.
HSL color Cylindrical-coordinate representation of color #223521: hue angle of 117º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #223521 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 53 | 33 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.79 |
| HSL | 117º | 0.23% | 0.17% | - |
| HSV(B) | 117º | 0.38% | 0.21% | - |
| XYZ | 2.21 | 3 | 1.9 | - |
| YUV | 45.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 33 | 0.36 | 0 | 0.38 | 0.79 | 117 | 0.23 | 0.17 |
| Hex | 22 | 35 | 21 | 24 | 0 | 26 | 4F | 75 | 17 | 11 |
| Octal | 42 | 65 | 41 | 44 | 0 | 46 | 117 | 165 | 27 | 21 |
| Binary | 100010 | 110101 | 100001 | 100100 | 0 | 100110 | 1001111 | 1110101 | 10111 | 10001 |
Color Harmonies of #223521
Complementary color
Monochromatic Colors of #223521
Black with #223521
Text Example
Text Example
White with #223521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223521; }
p { color: rgb(34,53,33); }
H1.HeaderClassName
{
color: #223521;
}
.AnyTagClassName
{
color: #223521;
}
</style>
background-color css
<style>
a { background-color: #223521; }
a { background-color: rgb(34,53,33); }
div.DivClassName
{
background-color: #223521;
}
.BgClassName
{
background-color: #223521;
}
</style>
border-color css
<style>
span { border-color: #223521; }
span { border-color: rgb(34,53,33); }
td.TdClassName
{
border-color: #223521;
}
.TagClassName
{
border-color: #223521;
}
</style>