Shades of Myrtle #225521
Tints of Myrtle #225521
RGB
CMYK
RGB Variations
Color information
#225521 (or 0x225521) is known color: Myrtle. HEX triplet: 22, 55 and 21. RGB value is (34,85,33). Sum of RGB (Red+Green+Blue) = 34+85+33=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #225521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225521 is #DDAADE. Grayscale: #3F3F3F. Windows color (decimal): -14527199 or 2184482. OLE color: 2184482.
HSL color Cylindrical-coordinate representation of color #225521: hue angle of 118.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225521 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 85 | 33 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.67 |
| HSL | 118.85º | 0.44% | 0.23% | - |
| HSV(B) | 118.85º | 0.61% | 0.33% | - |
| XYZ | 4.18 | 6.95 | 2.56 | - |
| YUV | 63.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 33 | 0.60 | 0 | 0.61 | 0.67 | 118.85 | 0.44 | 0.23 |
| Hex | 22 | 55 | 21 | 3C | 0 | 3D | 43 | 77 | 2C | 17 |
| Octal | 42 | 125 | 41 | 74 | 0 | 75 | 103 | 167 | 54 | 27 |
| Binary | 100010 | 1010101 | 100001 | 111100 | 0 | 111101 | 1000011 | 1110111 | 101100 | 10111 |
Color Harmonies of #225521
Complementary color
Monochromatic Colors of #225521
Black with #225521
Text Example
Text Example
White with #225521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225521; }
p { color: rgb(34,85,33); }
H1.HeaderClassName
{
color: #225521;
}
.AnyTagClassName
{
color: #225521;
}
</style>
background-color css
<style>
a { background-color: #225521; }
a { background-color: rgb(34,85,33); }
div.DivClassName
{
background-color: #225521;
}
.BgClassName
{
background-color: #225521;
}
</style>
border-color css
<style>
span { border-color: #225521; }
span { border-color: rgb(34,85,33); }
td.TdClassName
{
border-color: #225521;
}
.TagClassName
{
border-color: #225521;
}
</style>