Shades of Parsley #314D33
Tints of Parsley #314D33
RGB
CMYK
RGB Variations
Color information
#314D33 (or 0x314D33) is known color: Parsley. HEX triplet: 31, 4D and 33. RGB value is (49,77,51). Sum of RGB (Red+Green+Blue) = 49+77+51=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #314D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D33 is #CEB2CC. Grayscale: #414141. Windows color (decimal): -13546189 or 3362097. OLE color: 3362097.
HSL color Cylindrical-coordinate representation of color #314D33: hue angle of 124.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D33 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 51 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.70 |
| HSL | 124.29º | 0.22% | 0.25% | - |
| HSV(B) | 124.29º | 0.36% | 0.3% | - |
| XYZ | 4.52 | 6.2 | 4.09 | - |
| YUV | 65.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 51 | 0.36 | 0 | 0.34 | 0.70 | 124.29 | 0.22 | 0.25 |
| Hex | 31 | 4D | 33 | 24 | 0 | 22 | 46 | 7C | 16 | 19 |
| Octal | 61 | 115 | 63 | 44 | 0 | 42 | 106 | 174 | 26 | 31 |
| Binary | 110001 | 1001101 | 110011 | 100100 | 0 | 100010 | 1000110 | 1111100 | 10110 | 11001 |
Color Harmonies of #314D33
Complementary color
Monochromatic Colors of #314D33
Black with #314D33
Text Example
Text Example
White with #314D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D33; }
p { color: rgb(49,77,51); }
H1.HeaderClassName
{
color: #314D33;
}
.AnyTagClassName
{
color: #314D33;
}
</style>
background-color css
<style>
a { background-color: #314D33; }
a { background-color: rgb(49,77,51); }
div.DivClassName
{
background-color: #314D33;
}
.BgClassName
{
background-color: #314D33;
}
</style>
border-color css
<style>
span { border-color: #314D33; }
span { border-color: rgb(49,77,51); }
td.TdClassName
{
border-color: #314D33;
}
.TagClassName
{
border-color: #314D33;
}
</style>