Shades of Parsley #315031
Tints of Parsley #315031
RGB
CMYK
RGB Variations
Color information
#315031 (or 0x315031) is known color: Parsley. HEX triplet: 31, 50 and 31. RGB value is (49,80,49). Sum of RGB (Red+Green+Blue) = 49+80+49=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #315031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315031 is #CEAFCE. Grayscale: #434343. Windows color (decimal): -13545423 or 3231793. OLE color: 3231793.
HSL color Cylindrical-coordinate representation of color #315031: hue angle of 120º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315031 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 49 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.69 |
| HSL | 120º | 0.24% | 0.25% | - |
| HSV(B) | 120º | 0.39% | 0.31% | - |
| XYZ | 4.69 | 6.61 | 3.93 | - |
| YUV | 67.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 49 | 0.39 | 0 | 0.39 | 0.69 | 120 | 0.24 | 0.25 |
| Hex | 31 | 50 | 31 | 27 | 0 | 27 | 45 | 78 | 18 | 19 |
| Octal | 61 | 120 | 61 | 47 | 0 | 47 | 105 | 170 | 30 | 31 |
| Binary | 110001 | 1010000 | 110001 | 100111 | 0 | 100111 | 1000101 | 1111000 | 11000 | 11001 |
Color Harmonies of #315031
Complementary color
Monochromatic Colors of #315031
Black with #315031
Text Example
Text Example
White with #315031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315031; }
p { color: rgb(49,80,49); }
H1.HeaderClassName
{
color: #315031;
}
.AnyTagClassName
{
color: #315031;
}
</style>
background-color css
<style>
a { background-color: #315031; }
a { background-color: rgb(49,80,49); }
div.DivClassName
{
background-color: #315031;
}
.BgClassName
{
background-color: #315031;
}
</style>
border-color css
<style>
span { border-color: #315031; }
span { border-color: rgb(49,80,49); }
td.TdClassName
{
border-color: #315031;
}
.TagClassName
{
border-color: #315031;
}
</style>