Shades of Parsley #315330
Tints of Parsley #315330
RGB
CMYK
RGB Variations
Color information
#315330 (or 0x315330) is known color: Parsley. HEX triplet: 31, 53 and 30. RGB value is (49,83,48). Sum of RGB (Red+Green+Blue) = 49+83+48=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #315330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315330 is #CEACCF. Grayscale: #444444. Windows color (decimal): -13544656 or 3167025. OLE color: 3167025.
HSL color Cylindrical-coordinate representation of color #315330: hue angle of 118.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315330 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 48 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.67 |
| HSL | 118.29º | 0.27% | 0.26% | - |
| HSV(B) | 118.29º | 0.42% | 0.33% | - |
| XYZ | 4.89 | 7.05 | 3.9 | - |
| YUV | 68.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 48 | 0.41 | 0 | 0.42 | 0.67 | 118.29 | 0.27 | 0.26 |
| Hex | 31 | 53 | 30 | 29 | 0 | 2A | 43 | 76 | 1B | 1A |
| Octal | 61 | 123 | 60 | 51 | 0 | 52 | 103 | 166 | 33 | 32 |
| Binary | 110001 | 1010011 | 110000 | 101001 | 0 | 101010 | 1000011 | 1110110 | 11011 | 11010 |
Color Harmonies of #315330
Complementary color
Monochromatic Colors of #315330
Black with #315330
Text Example
Text Example
White with #315330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315330; }
p { color: rgb(49,83,48); }
H1.HeaderClassName
{
color: #315330;
}
.AnyTagClassName
{
color: #315330;
}
</style>
background-color css
<style>
a { background-color: #315330; }
a { background-color: rgb(49,83,48); }
div.DivClassName
{
background-color: #315330;
}
.BgClassName
{
background-color: #315330;
}
</style>
border-color css
<style>
span { border-color: #315330; }
span { border-color: rgb(49,83,48); }
td.TdClassName
{
border-color: #315330;
}
.TagClassName
{
border-color: #315330;
}
</style>