Shades of Myrtle #225620
Tints of Myrtle #225620
RGB
CMYK
RGB Variations
Color information
#225620 (or 0x225620) is known color: Myrtle. HEX triplet: 22, 56 and 20. RGB value is (34,86,32). Sum of RGB (Red+Green+Blue) = 34+86+32=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #225620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225620 is #DDA9DF. Grayscale: #404040. Windows color (decimal): -14526944 or 2119202. OLE color: 2119202.
HSL color Cylindrical-coordinate representation of color #225620: hue angle of 117.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225620 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 86 | 32 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.66 |
| HSL | 117.78º | 0.46% | 0.23% | - |
| HSV(B) | 117.78º | 0.63% | 0.34% | - |
| XYZ | 4.25 | 7.1 | 2.51 | - |
| YUV | 64.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 32 | 0.60 | 0 | 0.63 | 0.66 | 117.78 | 0.46 | 0.23 |
| Hex | 22 | 56 | 20 | 3C | 0 | 3F | 42 | 76 | 2E | 17 |
| Octal | 42 | 126 | 40 | 74 | 0 | 77 | 102 | 166 | 56 | 27 |
| Binary | 100010 | 1010110 | 100000 | 111100 | 0 | 111111 | 1000010 | 1110110 | 101110 | 10111 |
Color Harmonies of #225620
Complementary color
Monochromatic Colors of #225620
Black with #225620
Text Example
Text Example
White with #225620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225620; }
p { color: rgb(34,86,32); }
H1.HeaderClassName
{
color: #225620;
}
.AnyTagClassName
{
color: #225620;
}
</style>
background-color css
<style>
a { background-color: #225620; }
a { background-color: rgb(34,86,32); }
div.DivClassName
{
background-color: #225620;
}
.BgClassName
{
background-color: #225620;
}
</style>
border-color css
<style>
span { border-color: #225620; }
span { border-color: rgb(34,86,32); }
td.TdClassName
{
border-color: #225620;
}
.TagClassName
{
border-color: #225620;
}
</style>