Shades of Parsley #315B32
Tints of Parsley #315B32
RGB
CMYK
RGB Variations
Color information
#315B32 (or 0x315B32) is known color: Parsley. HEX triplet: 31, 5B and 32. RGB value is (49,91,50). Sum of RGB (Red+Green+Blue) = 49+91+50=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #315B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B32 is #CEA4CD. Grayscale: #494949. Windows color (decimal): -13542606 or 3300145. OLE color: 3300145.
HSL color Cylindrical-coordinate representation of color #315B32: hue angle of 121.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B32 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 91 | 50 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.64 |
| HSL | 121.43º | 0.3% | 0.27% | - |
| HSV(B) | 121.43º | 0.46% | 0.36% | - |
| XYZ | 5.58 | 8.37 | 4.34 | - |
| YUV | 73.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 50 | 0.46 | 0 | 0.45 | 0.64 | 121.43 | 0.3 | 0.27 |
| Hex | 31 | 5B | 32 | 2E | 0 | 2D | 40 | 79 | 1E | 1B |
| Octal | 61 | 133 | 62 | 56 | 0 | 55 | 100 | 171 | 36 | 33 |
| Binary | 110001 | 1011011 | 110010 | 101110 | 0 | 101101 | 1000000 | 1111001 | 11110 | 11011 |
Color Harmonies of #315B32
Complementary color
Monochromatic Colors of #315B32
Black with #315B32
Text Example
Text Example
White with #315B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B32; }
p { color: rgb(49,91,50); }
H1.HeaderClassName
{
color: #315B32;
}
.AnyTagClassName
{
color: #315B32;
}
</style>
background-color css
<style>
a { background-color: #315B32; }
a { background-color: rgb(49,91,50); }
div.DivClassName
{
background-color: #315B32;
}
.BgClassName
{
background-color: #315B32;
}
</style>
border-color css
<style>
span { border-color: #315B32; }
span { border-color: rgb(49,91,50); }
td.TdClassName
{
border-color: #315B32;
}
.TagClassName
{
border-color: #315B32;
}
</style>