Shades of Parsley #31582D
Tints of Parsley #31582D
RGB
CMYK
RGB Variations
Color information
#31582D (or 0x31582D) is known color: Parsley. HEX triplet: 31, 58 and 2D. RGB value is (49,88,45). Sum of RGB (Red+Green+Blue) = 49+88+45=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #31582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31582D is #CEA7D2. Grayscale: #474747. Windows color (decimal): -13543379 or 2971697. OLE color: 2971697.
HSL color Cylindrical-coordinate representation of color #31582D: hue angle of 114.42º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31582D is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 45 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.65 |
| HSL | 114.42º | 0.32% | 0.26% | - |
| HSV(B) | 114.42º | 0.49% | 0.35% | - |
| XYZ | 5.23 | 7.82 | 3.72 | - |
| YUV | 71.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 45 | 0.44 | 0 | 0.49 | 0.65 | 114.42 | 0.32 | 0.26 |
| Hex | 31 | 58 | 2D | 2C | 0 | 31 | 41 | 72 | 20 | 1A |
| Octal | 61 | 130 | 55 | 54 | 0 | 61 | 101 | 162 | 40 | 32 |
| Binary | 110001 | 1011000 | 101101 | 101100 | 0 | 110001 | 1000001 | 1110010 | 100000 | 11010 |
Color Harmonies of #31582D
Complementary color
Monochromatic Colors of #31582D
Black with #31582D
Text Example
Text Example
White with #31582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31582D; }
p { color: rgb(49,88,45); }
H1.HeaderClassName
{
color: #31582D;
}
.AnyTagClassName
{
color: #31582D;
}
</style>
background-color css
<style>
a { background-color: #31582D; }
a { background-color: rgb(49,88,45); }
div.DivClassName
{
background-color: #31582D;
}
.BgClassName
{
background-color: #31582D;
}
</style>
border-color css
<style>
span { border-color: #31582D; }
span { border-color: rgb(49,88,45); }
td.TdClassName
{
border-color: #31582D;
}
.TagClassName
{
border-color: #31582D;
}
</style>