Shades of Parsley #315132
Tints of Parsley #315132
RGB
CMYK
RGB Variations
Color information
#315132 (or 0x315132) is known color: Parsley. HEX triplet: 31, 51 and 32. RGB value is (49,81,50). Sum of RGB (Red+Green+Blue) = 49+81+50=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #315132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315132 is #CEAECD. Grayscale: #434343. Windows color (decimal): -13545166 or 3297585. OLE color: 3297585.
HSL color Cylindrical-coordinate representation of color #315132: hue angle of 121.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315132 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 50 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.68 |
| HSL | 121.88º | 0.25% | 0.25% | - |
| HSV(B) | 121.88º | 0.4% | 0.32% | - |
| XYZ | 4.78 | 6.77 | 4.07 | - |
| YUV | 67.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 50 | 0.40 | 0 | 0.38 | 0.68 | 121.88 | 0.25 | 0.25 |
| Hex | 31 | 51 | 32 | 28 | 0 | 26 | 44 | 7A | 19 | 19 |
| Octal | 61 | 121 | 62 | 50 | 0 | 46 | 104 | 172 | 31 | 31 |
| Binary | 110001 | 1010001 | 110010 | 101000 | 0 | 100110 | 1000100 | 1111010 | 11001 | 11001 |
Color Harmonies of #315132
Complementary color
Monochromatic Colors of #315132
Black with #315132
Text Example
Text Example
White with #315132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315132; }
p { color: rgb(49,81,50); }
H1.HeaderClassName
{
color: #315132;
}
.AnyTagClassName
{
color: #315132;
}
</style>
background-color css
<style>
a { background-color: #315132; }
a { background-color: rgb(49,81,50); }
div.DivClassName
{
background-color: #315132;
}
.BgClassName
{
background-color: #315132;
}
</style>
border-color css
<style>
span { border-color: #315132; }
span { border-color: rgb(49,81,50); }
td.TdClassName
{
border-color: #315132;
}
.TagClassName
{
border-color: #315132;
}
</style>