Shades of Parsley #245925
Tints of Parsley #245925
RGB
CMYK
RGB Variations
Color information
#245925 (or 0x245925) is known color: Parsley. HEX triplet: 24, 59 and 25. RGB value is (36,89,37). Sum of RGB (Red+Green+Blue) = 36+89+37=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #245925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245925 is #DBA6DA. Grayscale: #434343. Windows color (decimal): -14395099 or 2447652. OLE color: 2447652.
HSL color Cylindrical-coordinate representation of color #245925: hue angle of 121.13º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245925 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 89 | 37 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.65 |
| HSL | 121.13º | 0.42% | 0.25% | - |
| HSV(B) | 121.13º | 0.6% | 0.35% | - |
| XYZ | 4.63 | 7.65 | 2.98 | - |
| YUV | 67.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 37 | 0.60 | 0 | 0.58 | 0.65 | 121.13 | 0.42 | 0.25 |
| Hex | 24 | 59 | 25 | 3C | 0 | 3A | 41 | 79 | 2A | 19 |
| Octal | 44 | 131 | 45 | 74 | 0 | 72 | 101 | 171 | 52 | 31 |
| Binary | 100100 | 1011001 | 100101 | 111100 | 0 | 111010 | 1000001 | 1111001 | 101010 | 11001 |
Color Harmonies of #245925
Complementary color
Monochromatic Colors of #245925
Black with #245925
Text Example
Text Example
White with #245925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245925; }
p { color: rgb(36,89,37); }
H1.HeaderClassName
{
color: #245925;
}
.AnyTagClassName
{
color: #245925;
}
</style>
background-color css
<style>
a { background-color: #245925; }
a { background-color: rgb(36,89,37); }
div.DivClassName
{
background-color: #245925;
}
.BgClassName
{
background-color: #245925;
}
</style>
border-color css
<style>
span { border-color: #245925; }
span { border-color: rgb(36,89,37); }
td.TdClassName
{
border-color: #245925;
}
.TagClassName
{
border-color: #245925;
}
</style>