Shades of Parsley #31562F
Tints of Parsley #31562F
RGB
CMYK
RGB Variations
Color information
#31562F (or 0x31562F) is known color: Parsley. HEX triplet: 31, 56 and 2F. RGB value is (49,86,47). Sum of RGB (Red+Green+Blue) = 49+86+47=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #31562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31562F is #CEA9D0. Grayscale: #464646. Windows color (decimal): -13543889 or 3102257. OLE color: 3102257.
HSL color Cylindrical-coordinate representation of color #31562F: hue angle of 116.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31562F is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 47 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.66 |
| HSL | 116.92º | 0.29% | 0.26% | - |
| HSV(B) | 116.92º | 0.45% | 0.34% | - |
| XYZ | 5.11 | 7.51 | 3.87 | - |
| YUV | 70.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 47 | 0.43 | 0 | 0.45 | 0.66 | 116.92 | 0.29 | 0.26 |
| Hex | 31 | 56 | 2F | 2B | 0 | 2D | 42 | 75 | 1D | 1A |
| Octal | 61 | 126 | 57 | 53 | 0 | 55 | 102 | 165 | 35 | 32 |
| Binary | 110001 | 1010110 | 101111 | 101011 | 0 | 101101 | 1000010 | 1110101 | 11101 | 11010 |
Color Harmonies of #31562F
Complementary color
Monochromatic Colors of #31562F
Black with #31562F
Text Example
Text Example
White with #31562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31562F; }
p { color: rgb(49,86,47); }
H1.HeaderClassName
{
color: #31562F;
}
.AnyTagClassName
{
color: #31562F;
}
</style>
background-color css
<style>
a { background-color: #31562F; }
a { background-color: rgb(49,86,47); }
div.DivClassName
{
background-color: #31562F;
}
.BgClassName
{
background-color: #31562F;
}
</style>
border-color css
<style>
span { border-color: #31562F; }
span { border-color: rgb(49,86,47); }
td.TdClassName
{
border-color: #31562F;
}
.TagClassName
{
border-color: #31562F;
}
</style>