Shades of Parsley #316234
Tints of Parsley #316234
RGB
CMYK
RGB Variations
Color information
#316234 (or 0x316234) is known color: Parsley. HEX triplet: 31, 62 and 34. RGB value is (49,98,52). Sum of RGB (Red+Green+Blue) = 49+98+52=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #316234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316234 is #CE9DCB. Grayscale: #4E4E4E. Windows color (decimal): -13540812 or 3433009. OLE color: 3433009.
HSL color Cylindrical-coordinate representation of color #316234: hue angle of 123.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316234 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 52 | - |
| CMYK | 0.5 | 0 | 0.47 | 0.62 |
| HSL | 123.67º | 0.33% | 0.29% | - |
| HSV(B) | 123.67º | 0.5% | 0.38% | - |
| XYZ | 6.25 | 9.64 | 4.78 | - |
| YUV | 78.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 52 | 0.5 | 0 | 0.47 | 0.62 | 123.67 | 0.33 | 0.29 |
| Hex | 31 | 62 | 34 | 32 | 0 | 2F | 3E | 7C | 21 | 1D |
| Octal | 61 | 142 | 64 | 62 | 0 | 57 | 76 | 174 | 41 | 35 |
| Binary | 110001 | 1100010 | 110100 | 110010 | 0 | 101111 | 111110 | 1111100 | 100001 | 11101 |
Color Harmonies of #316234
Complementary color
Monochromatic Colors of #316234
Black with #316234
Text Example
Text Example
White with #316234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316234; }
p { color: rgb(49,98,52); }
H1.HeaderClassName
{
color: #316234;
}
.AnyTagClassName
{
color: #316234;
}
</style>
background-color css
<style>
a { background-color: #316234; }
a { background-color: rgb(49,98,52); }
div.DivClassName
{
background-color: #316234;
}
.BgClassName
{
background-color: #316234;
}
</style>
border-color css
<style>
span { border-color: #316234; }
span { border-color: rgb(49,98,52); }
td.TdClassName
{
border-color: #316234;
}
.TagClassName
{
border-color: #316234;
}
</style>