Shades of Parsley #315333
Tints of Parsley #315333
RGB
CMYK
RGB Variations
Color information
#315333 (or 0x315333) is known color: Parsley. HEX triplet: 31, 53 and 33. RGB value is (49,83,51). Sum of RGB (Red+Green+Blue) = 49+83+51=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #315333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315333 is #CEACCC. Grayscale: #454545. Windows color (decimal): -13544653 or 3363633. OLE color: 3363633.
HSL color Cylindrical-coordinate representation of color #315333: hue angle of 123.53º 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 #315333 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 51 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.67 |
| HSL | 123.53º | 0.26% | 0.26% | - |
| HSV(B) | 123.53º | 0.41% | 0.33% | - |
| XYZ | 4.96 | 7.08 | 4.24 | - |
| YUV | 69.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 51 | 0.41 | 0 | 0.39 | 0.67 | 123.53 | 0.26 | 0.26 |
| Hex | 31 | 53 | 33 | 29 | 0 | 27 | 43 | 7C | 1A | 1A |
| Octal | 61 | 123 | 63 | 51 | 0 | 47 | 103 | 174 | 32 | 32 |
| Binary | 110001 | 1010011 | 110011 | 101001 | 0 | 100111 | 1000011 | 1111100 | 11010 | 11010 |
Color Harmonies of #315333
Complementary color
Monochromatic Colors of #315333
Black with #315333
Text Example
Text Example
White with #315333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315333; }
p { color: rgb(49,83,51); }
H1.HeaderClassName
{
color: #315333;
}
.AnyTagClassName
{
color: #315333;
}
</style>
background-color css
<style>
a { background-color: #315333; }
a { background-color: rgb(49,83,51); }
div.DivClassName
{
background-color: #315333;
}
.BgClassName
{
background-color: #315333;
}
</style>
border-color css
<style>
span { border-color: #315333; }
span { border-color: rgb(49,83,51); }
td.TdClassName
{
border-color: #315333;
}
.TagClassName
{
border-color: #315333;
}
</style>