Shades of Parsley #315C37
Tints of Parsley #315C37
RGB
CMYK
RGB Variations
Color information
#315C37 (or 0x315C37) is known color: Parsley. HEX triplet: 31, 5C and 37. RGB value is (49,92,55). Sum of RGB (Red+Green+Blue) = 49+92+55=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #315C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C37 is #CEA3C8. Grayscale: #4B4B4B. Windows color (decimal): -13542345 or 3628081. OLE color: 3628081.
HSL color Cylindrical-coordinate representation of color #315C37: hue angle of 128.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C37 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 55 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.64 |
| HSL | 128.37º | 0.3% | 0.28% | - |
| HSV(B) | 128.37º | 0.47% | 0.36% | - |
| XYZ | 5.78 | 8.58 | 4.97 | - |
| YUV | 74.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 55 | 0.47 | 0 | 0.40 | 0.64 | 128.37 | 0.3 | 0.28 |
| Hex | 31 | 5C | 37 | 2F | 0 | 28 | 40 | 80 | 1E | 1C |
| Octal | 61 | 134 | 67 | 57 | 0 | 50 | 100 | 200 | 36 | 34 |
| Binary | 110001 | 1011100 | 110111 | 101111 | 0 | 101000 | 1000000 | 10000000 | 11110 | 11100 |
Color Harmonies of #315C37
Complementary color
Monochromatic Colors of #315C37
Black with #315C37
Text Example
Text Example
White with #315C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C37; }
p { color: rgb(49,92,55); }
H1.HeaderClassName
{
color: #315C37;
}
.AnyTagClassName
{
color: #315C37;
}
</style>
background-color css
<style>
a { background-color: #315C37; }
a { background-color: rgb(49,92,55); }
div.DivClassName
{
background-color: #315C37;
}
.BgClassName
{
background-color: #315C37;
}
</style>
border-color css
<style>
span { border-color: #315C37; }
span { border-color: rgb(49,92,55); }
td.TdClassName
{
border-color: #315C37;
}
.TagClassName
{
border-color: #315C37;
}
</style>