Shades of Parsley #225228
Tints of Parsley #225228
RGB
CMYK
RGB Variations
Color information
#225228 (or 0x225228) is known color: Parsley. HEX triplet: 22, 52 and 28. RGB value is (34,82,40). Sum of RGB (Red+Green+Blue) = 34+82+40=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #225228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225228 is #DDADD7. Grayscale: #3E3E3E. Windows color (decimal): -14527960 or 2642466. OLE color: 2642466.
HSL color Cylindrical-coordinate representation of color #225228: hue angle of 127.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 #225228 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 40 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.68 |
| HSL | 127.5º | 0.41% | 0.23% | - |
| HSV(B) | 127.5º | 0.59% | 0.32% | - |
| XYZ | 4.06 | 6.53 | 3.05 | - |
| YUV | 62.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 40 | 0.59 | 0 | 0.51 | 0.68 | 127.5 | 0.41 | 0.23 |
| Hex | 22 | 52 | 28 | 3B | 0 | 33 | 44 | 80 | 29 | 17 |
| Octal | 42 | 122 | 50 | 73 | 0 | 63 | 104 | 200 | 51 | 27 |
| Binary | 100010 | 1010010 | 101000 | 111011 | 0 | 110011 | 1000100 | 10000000 | 101001 | 10111 |
Color Harmonies of #225228
Complementary color
Monochromatic Colors of #225228
Black with #225228
Text Example
Text Example
White with #225228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225228; }
p { color: rgb(34,82,40); }
H1.HeaderClassName
{
color: #225228;
}
.AnyTagClassName
{
color: #225228;
}
</style>
background-color css
<style>
a { background-color: #225228; }
a { background-color: rgb(34,82,40); }
div.DivClassName
{
background-color: #225228;
}
.BgClassName
{
background-color: #225228;
}
</style>
border-color css
<style>
span { border-color: #225228; }
span { border-color: rgb(34,82,40); }
td.TdClassName
{
border-color: #225228;
}
.TagClassName
{
border-color: #225228;
}
</style>