Shades of Parsley #315A33
Tints of Parsley #315A33
RGB
CMYK
RGB Variations
Color information
#315A33 (or 0x315A33) is known color: Parsley. HEX triplet: 31, 5A and 33. RGB value is (49,90,51). Sum of RGB (Red+Green+Blue) = 49+90+51=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #315A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A33 is #CEA5CC. Grayscale: #494949. Windows color (decimal): -13542861 or 3365425. OLE color: 3365425.
HSL color Cylindrical-coordinate representation of color #315A33: hue angle of 122.93º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A33 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 51 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.65 |
| HSL | 122.93º | 0.29% | 0.27% | - |
| HSV(B) | 122.93º | 0.46% | 0.35% | - |
| XYZ | 5.52 | 8.2 | 4.42 | - |
| YUV | 73.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 51 | 0.46 | 0 | 0.43 | 0.65 | 122.93 | 0.29 | 0.27 |
| Hex | 31 | 5A | 33 | 2E | 0 | 2B | 41 | 7B | 1D | 1B |
| Octal | 61 | 132 | 63 | 56 | 0 | 53 | 101 | 173 | 35 | 33 |
| Binary | 110001 | 1011010 | 110011 | 101110 | 0 | 101011 | 1000001 | 1111011 | 11101 | 11011 |
Color Harmonies of #315A33
Complementary color
Monochromatic Colors of #315A33
Black with #315A33
Text Example
Text Example
White with #315A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A33; }
p { color: rgb(49,90,51); }
H1.HeaderClassName
{
color: #315A33;
}
.AnyTagClassName
{
color: #315A33;
}
</style>
background-color css
<style>
a { background-color: #315A33; }
a { background-color: rgb(49,90,51); }
div.DivClassName
{
background-color: #315A33;
}
.BgClassName
{
background-color: #315A33;
}
</style>
border-color css
<style>
span { border-color: #315A33; }
span { border-color: rgb(49,90,51); }
td.TdClassName
{
border-color: #315A33;
}
.TagClassName
{
border-color: #315A33;
}
</style>