Shades of Myrtle #225422
Tints of Myrtle #225422
RGB
CMYK
RGB Variations
Color information
#225422 (or 0x225422) is known color: Myrtle. HEX triplet: 22, 54 and 22. RGB value is (34,84,34). Sum of RGB (Red+Green+Blue) = 34+84+34=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #225422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225422 is #DDABDD. Grayscale: #3F3F3F. Windows color (decimal): -14527454 or 2249762. OLE color: 2249762.
HSL color Cylindrical-coordinate representation of color #225422: hue angle of 120º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225422 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 84 | 34 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.67 |
| HSL | 120º | 0.42% | 0.23% | - |
| HSV(B) | 120º | 0.6% | 0.33% | - |
| XYZ | 4.12 | 6.8 | 2.61 | - |
| YUV | 63.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 34 | 0.60 | 0 | 0.60 | 0.67 | 120 | 0.42 | 0.23 |
| Hex | 22 | 54 | 22 | 3C | 0 | 3C | 43 | 78 | 2A | 17 |
| Octal | 42 | 124 | 42 | 74 | 0 | 74 | 103 | 170 | 52 | 27 |
| Binary | 100010 | 1010100 | 100010 | 111100 | 0 | 111100 | 1000011 | 1111000 | 101010 | 10111 |
Color Harmonies of #225422
Complementary color
Monochromatic Colors of #225422
Black with #225422
Text Example
Text Example
White with #225422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225422; }
p { color: rgb(34,84,34); }
H1.HeaderClassName
{
color: #225422;
}
.AnyTagClassName
{
color: #225422;
}
</style>
background-color css
<style>
a { background-color: #225422; }
a { background-color: rgb(34,84,34); }
div.DivClassName
{
background-color: #225422;
}
.BgClassName
{
background-color: #225422;
}
</style>
border-color css
<style>
span { border-color: #225422; }
span { border-color: rgb(34,84,34); }
td.TdClassName
{
border-color: #225422;
}
.TagClassName
{
border-color: #225422;
}
</style>