Shades of Parsley #225328
Tints of Parsley #225328
RGB
CMYK
RGB Variations
Color information
#225328 (or 0x225328) is known color: Parsley. HEX triplet: 22, 53 and 28. RGB value is (34,83,40). Sum of RGB (Red+Green+Blue) = 34+83+40=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #225328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225328 is #DDACD7. Grayscale: #3F3F3F. Windows color (decimal): -14527704 or 2642722. OLE color: 2642722.
HSL color Cylindrical-coordinate representation of color #225328: hue angle of 127.35º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225328 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 83 | 40 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.67 |
| HSL | 127.35º | 0.42% | 0.23% | - |
| HSV(B) | 127.35º | 0.59% | 0.33% | - |
| XYZ | 4.14 | 6.68 | 3.08 | - |
| YUV | 63.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 40 | 0.59 | 0 | 0.52 | 0.67 | 127.35 | 0.42 | 0.23 |
| Hex | 22 | 53 | 28 | 3B | 0 | 34 | 43 | 7F | 2A | 17 |
| Octal | 42 | 123 | 50 | 73 | 0 | 64 | 103 | 177 | 52 | 27 |
| Binary | 100010 | 1010011 | 101000 | 111011 | 0 | 110100 | 1000011 | 1111111 | 101010 | 10111 |
Color Harmonies of #225328
Complementary color
Monochromatic Colors of #225328
Black with #225328
Text Example
Text Example
White with #225328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225328; }
p { color: rgb(34,83,40); }
H1.HeaderClassName
{
color: #225328;
}
.AnyTagClassName
{
color: #225328;
}
</style>
background-color css
<style>
a { background-color: #225328; }
a { background-color: rgb(34,83,40); }
div.DivClassName
{
background-color: #225328;
}
.BgClassName
{
background-color: #225328;
}
</style>
border-color css
<style>
span { border-color: #225328; }
span { border-color: rgb(34,83,40); }
td.TdClassName
{
border-color: #225328;
}
.TagClassName
{
border-color: #225328;
}
</style>