Shades of Parsley #31532F
Tints of Parsley #31532F
RGB
CMYK
RGB Variations
Color information
#31532F (or 0x31532F) is known color: Parsley. HEX triplet: 31, 53 and 2F. RGB value is (49,83,47). Sum of RGB (Red+Green+Blue) = 49+83+47=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #31532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532F is #CEACD0. Grayscale: #444444. Windows color (decimal): -13544657 or 3101489. OLE color: 3101489.
HSL color Cylindrical-coordinate representation of color #31532F: hue angle of 116.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31532F is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 47 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.67 |
| HSL | 116.67º | 0.28% | 0.25% | - |
| HSV(B) | 116.67º | 0.43% | 0.33% | - |
| XYZ | 4.87 | 7.04 | 3.79 | - |
| YUV | 68.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 47 | 0.41 | 0 | 0.43 | 0.67 | 116.67 | 0.28 | 0.25 |
| Hex | 31 | 53 | 2F | 29 | 0 | 2B | 43 | 75 | 1C | 19 |
| Octal | 61 | 123 | 57 | 51 | 0 | 53 | 103 | 165 | 34 | 31 |
| Binary | 110001 | 1010011 | 101111 | 101001 | 0 | 101011 | 1000011 | 1110101 | 11100 | 11001 |
Color Harmonies of #31532F
Complementary color
Monochromatic Colors of #31532F
Black with #31532F
Text Example
Text Example
White with #31532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31532F; }
p { color: rgb(49,83,47); }
H1.HeaderClassName
{
color: #31532F;
}
.AnyTagClassName
{
color: #31532F;
}
</style>
background-color css
<style>
a { background-color: #31532F; }
a { background-color: rgb(49,83,47); }
div.DivClassName
{
background-color: #31532F;
}
.BgClassName
{
background-color: #31532F;
}
</style>
border-color css
<style>
span { border-color: #31532F; }
span { border-color: rgb(49,83,47); }
td.TdClassName
{
border-color: #31532F;
}
.TagClassName
{
border-color: #31532F;
}
</style>