Shades of Parsley #245C24
Tints of Parsley #245C24
RGB
CMYK
RGB Variations
Color information
#245C24 (or 0x245C24) is known color: Parsley. HEX triplet: 24, 5C and 24. RGB value is (36,92,36). Sum of RGB (Red+Green+Blue) = 36+92+36=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #245C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C24 is #DBA3DB. Grayscale: #454545. Windows color (decimal): -14394332 or 2382884. OLE color: 2382884.
HSL color Cylindrical-coordinate representation of color #245C24: hue angle of 120º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C24 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 36 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.64 |
| HSL | 120º | 0.44% | 0.25% | - |
| HSV(B) | 120º | 0.61% | 0.36% | - |
| XYZ | 4.87 | 8.16 | 2.99 | - |
| YUV | 68.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 36 | 0.61 | 0 | 0.61 | 0.64 | 120 | 0.44 | 0.25 |
| Hex | 24 | 5C | 24 | 3D | 0 | 3D | 40 | 78 | 2C | 19 |
| Octal | 44 | 134 | 44 | 75 | 0 | 75 | 100 | 170 | 54 | 31 |
| Binary | 100100 | 1011100 | 100100 | 111101 | 0 | 111101 | 1000000 | 1111000 | 101100 | 11001 |
Color Harmonies of #245C24
Complementary color
Monochromatic Colors of #245C24
Black with #245C24
Text Example
Text Example
White with #245C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C24; }
p { color: rgb(36,92,36); }
H1.HeaderClassName
{
color: #245C24;
}
.AnyTagClassName
{
color: #245C24;
}
</style>
background-color css
<style>
a { background-color: #245C24; }
a { background-color: rgb(36,92,36); }
div.DivClassName
{
background-color: #245C24;
}
.BgClassName
{
background-color: #245C24;
}
</style>
border-color css
<style>
span { border-color: #245C24; }
span { border-color: rgb(36,92,36); }
td.TdClassName
{
border-color: #245C24;
}
.TagClassName
{
border-color: #245C24;
}
</style>