Shades of Parsley #315235
Tints of Parsley #315235
RGB
CMYK
RGB Variations
Color information
#315235 (or 0x315235) is known color: Parsley. HEX triplet: 31, 52 and 35. RGB value is (49,82,53). Sum of RGB (Red+Green+Blue) = 49+82+53=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #315235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315235 is #CEADCA. Grayscale: #444444. Windows color (decimal): -13544907 or 3494449. OLE color: 3494449.
HSL color Cylindrical-coordinate representation of color #315235: hue angle of 127.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315235 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 53 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.68 |
| HSL | 127.27º | 0.25% | 0.26% | - |
| HSV(B) | 127.27º | 0.4% | 0.32% | - |
| XYZ | 4.93 | 6.94 | 4.45 | - |
| YUV | 68.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 53 | 0.40 | 0 | 0.35 | 0.68 | 127.27 | 0.25 | 0.26 |
| Hex | 31 | 52 | 35 | 28 | 0 | 23 | 44 | 7F | 19 | 1A |
| Octal | 61 | 122 | 65 | 50 | 0 | 43 | 104 | 177 | 31 | 32 |
| Binary | 110001 | 1010010 | 110101 | 101000 | 0 | 100011 | 1000100 | 1111111 | 11001 | 11010 |
Color Harmonies of #315235
Complementary color
Monochromatic Colors of #315235
Black with #315235
Text Example
Text Example
White with #315235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315235; }
p { color: rgb(49,82,53); }
H1.HeaderClassName
{
color: #315235;
}
.AnyTagClassName
{
color: #315235;
}
</style>
background-color css
<style>
a { background-color: #315235; }
a { background-color: rgb(49,82,53); }
div.DivClassName
{
background-color: #315235;
}
.BgClassName
{
background-color: #315235;
}
</style>
border-color css
<style>
span { border-color: #315235; }
span { border-color: rgb(49,82,53); }
td.TdClassName
{
border-color: #315235;
}
.TagClassName
{
border-color: #315235;
}
</style>