Shades of Parsley #245C31
Tints of Parsley #245C31
RGB
CMYK
RGB Variations
Color information
#245C31 (or 0x245C31) is known color: Parsley. HEX triplet: 24, 5C and 31. RGB value is (36,92,49). Sum of RGB (Red+Green+Blue) = 36+92+49=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #245C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C31 is #DBA3CE. Grayscale: #464646. Windows color (decimal): -14394319 or 3234852. OLE color: 3234852.
HSL color Cylindrical-coordinate representation of color #245C31: hue angle of 133.93º 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 #245C31 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 49 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.64 |
| HSL | 133.93º | 0.44% | 0.25% | - |
| HSV(B) | 133.93º | 0.61% | 0.36% | - |
| XYZ | 5.11 | 8.25 | 4.23 | - |
| YUV | 70.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 49 | 0.61 | 0 | 0.47 | 0.64 | 133.93 | 0.44 | 0.25 |
| Hex | 24 | 5C | 31 | 3D | 0 | 2F | 40 | 86 | 2C | 19 |
| Octal | 44 | 134 | 61 | 75 | 0 | 57 | 100 | 206 | 54 | 31 |
| Binary | 100100 | 1011100 | 110001 | 111101 | 0 | 101111 | 1000000 | 10000110 | 101100 | 11001 |
Color Harmonies of #245C31
Complementary color
Monochromatic Colors of #245C31
Black with #245C31
Text Example
Text Example
White with #245C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C31; }
p { color: rgb(36,92,49); }
H1.HeaderClassName
{
color: #245C31;
}
.AnyTagClassName
{
color: #245C31;
}
</style>
background-color css
<style>
a { background-color: #245C31; }
a { background-color: rgb(36,92,49); }
div.DivClassName
{
background-color: #245C31;
}
.BgClassName
{
background-color: #245C31;
}
</style>
border-color css
<style>
span { border-color: #245C31; }
span { border-color: rgb(36,92,49); }
td.TdClassName
{
border-color: #245C31;
}
.TagClassName
{
border-color: #245C31;
}
</style>