Shades of Parsley #31572F
Tints of Parsley #31572F
RGB
CMYK
RGB Variations
Color information
#31572F (or 0x31572F) is known color: Parsley. HEX triplet: 31, 57 and 2F. RGB value is (49,87,47). Sum of RGB (Red+Green+Blue) = 49+87+47=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #31572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31572F is #CEA8D0. Grayscale: #474747. Windows color (decimal): -13543633 or 3102513. OLE color: 3102513.
HSL color Cylindrical-coordinate representation of color #31572F: hue angle of 117º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31572F is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 47 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.66 |
| HSL | 117º | 0.3% | 0.26% | - |
| HSV(B) | 117º | 0.46% | 0.34% | - |
| XYZ | 5.19 | 7.67 | 3.9 | - |
| YUV | 71.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 47 | 0.44 | 0 | 0.46 | 0.66 | 117 | 0.3 | 0.26 |
| Hex | 31 | 57 | 2F | 2C | 0 | 2E | 42 | 75 | 1E | 1A |
| Octal | 61 | 127 | 57 | 54 | 0 | 56 | 102 | 165 | 36 | 32 |
| Binary | 110001 | 1010111 | 101111 | 101100 | 0 | 101110 | 1000010 | 1110101 | 11110 | 11010 |
Color Harmonies of #31572F
Complementary color
Monochromatic Colors of #31572F
Black with #31572F
Text Example
Text Example
White with #31572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31572F; }
p { color: rgb(49,87,47); }
H1.HeaderClassName
{
color: #31572F;
}
.AnyTagClassName
{
color: #31572F;
}
</style>
background-color css
<style>
a { background-color: #31572F; }
a { background-color: rgb(49,87,47); }
div.DivClassName
{
background-color: #31572F;
}
.BgClassName
{
background-color: #31572F;
}
</style>
border-color css
<style>
span { border-color: #31572F; }
span { border-color: rgb(49,87,47); }
td.TdClassName
{
border-color: #31572F;
}
.TagClassName
{
border-color: #31572F;
}
</style>