Shades of Parsley #314C30
Tints of Parsley #314C30
RGB
CMYK
RGB Variations
Color information
#314C30 (or 0x314C30) is known color: Parsley. HEX triplet: 31, 4C and 30. RGB value is (49,76,48). Sum of RGB (Red+Green+Blue) = 49+76+48=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #314C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C30 is #CEB3CF. Grayscale: #404040. Windows color (decimal): -13546448 or 3165233. OLE color: 3165233.
HSL color Cylindrical-coordinate representation of color #314C30: hue angle of 117.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314C30 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 48 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.70 |
| HSL | 117.86º | 0.23% | 0.24% | - |
| HSV(B) | 117.86º | 0.37% | 0.3% | - |
| XYZ | 4.38 | 6.04 | 3.73 | - |
| YUV | 64.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 48 | 0.36 | 0 | 0.37 | 0.70 | 117.86 | 0.23 | 0.24 |
| Hex | 31 | 4C | 30 | 24 | 0 | 25 | 46 | 76 | 17 | 18 |
| Octal | 61 | 114 | 60 | 44 | 0 | 45 | 106 | 166 | 27 | 30 |
| Binary | 110001 | 1001100 | 110000 | 100100 | 0 | 100101 | 1000110 | 1110110 | 10111 | 11000 |
Color Harmonies of #314C30
Complementary color
Monochromatic Colors of #314C30
Black with #314C30
Text Example
Text Example
White with #314C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C30; }
p { color: rgb(49,76,48); }
H1.HeaderClassName
{
color: #314C30;
}
.AnyTagClassName
{
color: #314C30;
}
</style>
background-color css
<style>
a { background-color: #314C30; }
a { background-color: rgb(49,76,48); }
div.DivClassName
{
background-color: #314C30;
}
.BgClassName
{
background-color: #314C30;
}
</style>
border-color css
<style>
span { border-color: #314C30; }
span { border-color: rgb(49,76,48); }
td.TdClassName
{
border-color: #314C30;
}
.TagClassName
{
border-color: #314C30;
}
</style>