Shades of Parsley #315332
Tints of Parsley #315332
RGB
CMYK
RGB Variations
Color information
#315332 (or 0x315332) is known color: Parsley. HEX triplet: 31, 53 and 32. RGB value is (49,83,50). Sum of RGB (Red+Green+Blue) = 49+83+50=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #315332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315332 is #CEACCD. Grayscale: #454545. Windows color (decimal): -13544654 or 3298097. OLE color: 3298097.
HSL color Cylindrical-coordinate representation of color #315332: hue angle of 121.76º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315332 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 50 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.67 |
| HSL | 121.76º | 0.26% | 0.26% | - |
| HSV(B) | 121.76º | 0.41% | 0.33% | - |
| XYZ | 4.94 | 7.07 | 4.12 | - |
| YUV | 69.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 50 | 0.41 | 0 | 0.40 | 0.67 | 121.76 | 0.26 | 0.26 |
| Hex | 31 | 53 | 32 | 29 | 0 | 28 | 43 | 7A | 1A | 1A |
| Octal | 61 | 123 | 62 | 51 | 0 | 50 | 103 | 172 | 32 | 32 |
| Binary | 110001 | 1010011 | 110010 | 101001 | 0 | 101000 | 1000011 | 1111010 | 11010 | 11010 |
Color Harmonies of #315332
Complementary color
Monochromatic Colors of #315332
Black with #315332
Text Example
Text Example
White with #315332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315332; }
p { color: rgb(49,83,50); }
H1.HeaderClassName
{
color: #315332;
}
.AnyTagClassName
{
color: #315332;
}
</style>
background-color css
<style>
a { background-color: #315332; }
a { background-color: rgb(49,83,50); }
div.DivClassName
{
background-color: #315332;
}
.BgClassName
{
background-color: #315332;
}
</style>
border-color css
<style>
span { border-color: #315332; }
span { border-color: rgb(49,83,50); }
td.TdClassName
{
border-color: #315332;
}
.TagClassName
{
border-color: #315332;
}
</style>