Shades of Parsley #315D37
Tints of Parsley #315D37
RGB
CMYK
RGB Variations
Color information
#315D37 (or 0x315D37) is known color: Parsley. HEX triplet: 31, 5D and 37. RGB value is (49,93,55). Sum of RGB (Red+Green+Blue) = 49+93+55=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #315D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D37 is #CEA2C8. Grayscale: #4B4B4B. Windows color (decimal): -13542089 or 3628337. OLE color: 3628337.
HSL color Cylindrical-coordinate representation of color #315D37: hue angle of 128.18º degrees, saturation: 0.31, 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 #315D37 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 55 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.64 |
| HSL | 128.18º | 0.31% | 0.28% | - |
| HSV(B) | 128.18º | 0.47% | 0.36% | - |
| XYZ | 5.87 | 8.76 | 5 | - |
| YUV | 75.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 55 | 0.47 | 0 | 0.41 | 0.64 | 128.18 | 0.31 | 0.28 |
| Hex | 31 | 5D | 37 | 2F | 0 | 29 | 40 | 80 | 1F | 1C |
| Octal | 61 | 135 | 67 | 57 | 0 | 51 | 100 | 200 | 37 | 34 |
| Binary | 110001 | 1011101 | 110111 | 101111 | 0 | 101001 | 1000000 | 10000000 | 11111 | 11100 |
Color Harmonies of #315D37
Complementary color
Monochromatic Colors of #315D37
Black with #315D37
Text Example
Text Example
White with #315D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D37; }
p { color: rgb(49,93,55); }
H1.HeaderClassName
{
color: #315D37;
}
.AnyTagClassName
{
color: #315D37;
}
</style>
background-color css
<style>
a { background-color: #315D37; }
a { background-color: rgb(49,93,55); }
div.DivClassName
{
background-color: #315D37;
}
.BgClassName
{
background-color: #315D37;
}
</style>
border-color css
<style>
span { border-color: #315D37; }
span { border-color: rgb(49,93,55); }
td.TdClassName
{
border-color: #315D37;
}
.TagClassName
{
border-color: #315D37;
}
</style>