Shades of Myrtle #225224
Tints of Myrtle #225224
RGB
CMYK
RGB Variations
Color information
#225224 (or 0x225224) is known color: Myrtle. HEX triplet: 22, 52 and 24. RGB value is (34,82,36). Sum of RGB (Red+Green+Blue) = 34+82+36=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #225224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225224 is #DDADDB. Grayscale: #3E3E3E. Windows color (decimal): -14527964 or 2380322. OLE color: 2380322.
HSL color Cylindrical-coordinate representation of color #225224: hue angle of 122.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225224 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 36 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.68 |
| HSL | 122.5º | 0.41% | 0.23% | - |
| HSV(B) | 122.5º | 0.59% | 0.32% | - |
| XYZ | 4 | 6.5 | 2.71 | - |
| YUV | 62.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 36 | 0.59 | 0 | 0.56 | 0.68 | 122.5 | 0.41 | 0.23 |
| Hex | 22 | 52 | 24 | 3B | 0 | 38 | 44 | 7B | 29 | 17 |
| Octal | 42 | 122 | 44 | 73 | 0 | 70 | 104 | 173 | 51 | 27 |
| Binary | 100010 | 1010010 | 100100 | 111011 | 0 | 111000 | 1000100 | 1111011 | 101001 | 10111 |
Color Harmonies of #225224
Complementary color
Monochromatic Colors of #225224
Black with #225224
Text Example
Text Example
White with #225224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225224; }
p { color: rgb(34,82,36); }
H1.HeaderClassName
{
color: #225224;
}
.AnyTagClassName
{
color: #225224;
}
</style>
background-color css
<style>
a { background-color: #225224; }
a { background-color: rgb(34,82,36); }
div.DivClassName
{
background-color: #225224;
}
.BgClassName
{
background-color: #225224;
}
</style>
border-color css
<style>
span { border-color: #225224; }
span { border-color: rgb(34,82,36); }
td.TdClassName
{
border-color: #225224;
}
.TagClassName
{
border-color: #225224;
}
</style>