Shades of Parsley #315F34
Tints of Parsley #315F34
RGB
CMYK
RGB Variations
Color information
#315F34 (or 0x315F34) is known color: Parsley. HEX triplet: 31, 5F and 34. RGB value is (49,95,52). Sum of RGB (Red+Green+Blue) = 49+95+52=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #315F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F34 is #CEA0CB. Grayscale: #4C4C4C. Windows color (decimal): -13541580 or 3432241. OLE color: 3432241.
HSL color Cylindrical-coordinate representation of color #315F34: hue angle of 123.91º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F34 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 52 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.63 |
| HSL | 123.91º | 0.32% | 0.28% | - |
| HSV(B) | 123.91º | 0.48% | 0.37% | - |
| XYZ | 5.98 | 9.09 | 4.69 | - |
| YUV | 76.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 52 | 0.48 | 0 | 0.45 | 0.63 | 123.91 | 0.32 | 0.28 |
| Hex | 31 | 5F | 34 | 30 | 0 | 2D | 3F | 7C | 20 | 1C |
| Octal | 61 | 137 | 64 | 60 | 0 | 55 | 77 | 174 | 40 | 34 |
| Binary | 110001 | 1011111 | 110100 | 110000 | 0 | 101101 | 111111 | 1111100 | 100000 | 11100 |
Color Harmonies of #315F34
Complementary color
Monochromatic Colors of #315F34
Black with #315F34
Text Example
Text Example
White with #315F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F34; }
p { color: rgb(49,95,52); }
H1.HeaderClassName
{
color: #315F34;
}
.AnyTagClassName
{
color: #315F34;
}
</style>
background-color css
<style>
a { background-color: #315F34; }
a { background-color: rgb(49,95,52); }
div.DivClassName
{
background-color: #315F34;
}
.BgClassName
{
background-color: #315F34;
}
</style>
border-color css
<style>
span { border-color: #315F34; }
span { border-color: rgb(49,95,52); }
td.TdClassName
{
border-color: #315F34;
}
.TagClassName
{
border-color: #315F34;
}
</style>