Shades of Parsley #315735
Tints of Parsley #315735
RGB
CMYK
RGB Variations
Color information
#315735 (or 0x315735) is known color: Parsley. HEX triplet: 31, 57 and 35. RGB value is (49,87,53). Sum of RGB (Red+Green+Blue) = 49+87+53=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #315735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315735 is #CEA8CA. Grayscale: #474747. Windows color (decimal): -13543627 or 3495729. OLE color: 3495729.
HSL color Cylindrical-coordinate representation of color #315735: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315735 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 53 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.66 |
| HSL | 126.32º | 0.28% | 0.27% | - |
| HSV(B) | 126.32º | 0.44% | 0.34% | - |
| XYZ | 5.32 | 7.73 | 4.58 | - |
| YUV | 71.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 53 | 0.44 | 0 | 0.39 | 0.66 | 126.32 | 0.28 | 0.27 |
| Hex | 31 | 57 | 35 | 2C | 0 | 27 | 42 | 7E | 1C | 1B |
| Octal | 61 | 127 | 65 | 54 | 0 | 47 | 102 | 176 | 34 | 33 |
| Binary | 110001 | 1010111 | 110101 | 101100 | 0 | 100111 | 1000010 | 1111110 | 11100 | 11011 |
Color Harmonies of #315735
Complementary color
Monochromatic Colors of #315735
Black with #315735
Text Example
Text Example
White with #315735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315735; }
p { color: rgb(49,87,53); }
H1.HeaderClassName
{
color: #315735;
}
.AnyTagClassName
{
color: #315735;
}
</style>
background-color css
<style>
a { background-color: #315735; }
a { background-color: rgb(49,87,53); }
div.DivClassName
{
background-color: #315735;
}
.BgClassName
{
background-color: #315735;
}
</style>
border-color css
<style>
span { border-color: #315735; }
span { border-color: rgb(49,87,53); }
td.TdClassName
{
border-color: #315735;
}
.TagClassName
{
border-color: #315735;
}
</style>