Shades of Parsley #225C25
Tints of Parsley #225C25
RGB
CMYK
RGB Variations
Color information
#225C25 (or 0x225C25) is known color: Parsley. HEX triplet: 22, 5C and 25. RGB value is (34,92,37). Sum of RGB (Red+Green+Blue) = 34+92+37=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #225C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C25 is #DDA3DA. Grayscale: #444444. Windows color (decimal): -14525403 or 2448418. OLE color: 2448418.
HSL color Cylindrical-coordinate representation of color #225C25: hue angle of 123.1º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225C25 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 37 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.64 |
| HSL | 123.1º | 0.46% | 0.25% | - |
| HSV(B) | 123.1º | 0.63% | 0.36% | - |
| XYZ | 4.82 | 8.13 | 3.07 | - |
| YUV | 68.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 37 | 0.63 | 0 | 0.60 | 0.64 | 123.1 | 0.46 | 0.25 |
| Hex | 22 | 5C | 25 | 3F | 0 | 3C | 40 | 7B | 2E | 19 |
| Octal | 42 | 134 | 45 | 77 | 0 | 74 | 100 | 173 | 56 | 31 |
| Binary | 100010 | 1011100 | 100101 | 111111 | 0 | 111100 | 1000000 | 1111011 | 101110 | 11001 |
Color Harmonies of #225C25
Complementary color
Monochromatic Colors of #225C25
Black with #225C25
Text Example
Text Example
White with #225C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C25; }
p { color: rgb(34,92,37); }
H1.HeaderClassName
{
color: #225C25;
}
.AnyTagClassName
{
color: #225C25;
}
</style>
background-color css
<style>
a { background-color: #225C25; }
a { background-color: rgb(34,92,37); }
div.DivClassName
{
background-color: #225C25;
}
.BgClassName
{
background-color: #225C25;
}
</style>
border-color css
<style>
span { border-color: #225C25; }
span { border-color: rgb(34,92,37); }
td.TdClassName
{
border-color: #225C25;
}
.TagClassName
{
border-color: #225C25;
}
</style>