Shades of Parsley #315D33
Tints of Parsley #315D33
RGB
CMYK
RGB Variations
Color information
#315D33 (or 0x315D33) is known color: Parsley. HEX triplet: 31, 5D and 33. RGB value is (49,93,51). Sum of RGB (Red+Green+Blue) = 49+93+51=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #315D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D33 is #CEA2CC. Grayscale: #4B4B4B. Windows color (decimal): -13542093 or 3366193. OLE color: 3366193.
HSL color Cylindrical-coordinate representation of color #315D33: hue angle of 122.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D33 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 51 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.64 |
| HSL | 122.73º | 0.31% | 0.28% | - |
| HSV(B) | 122.73º | 0.47% | 0.36% | - |
| XYZ | 5.78 | 8.72 | 4.51 | - |
| YUV | 75.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 51 | 0.47 | 0 | 0.45 | 0.64 | 122.73 | 0.31 | 0.28 |
| Hex | 31 | 5D | 33 | 2F | 0 | 2D | 40 | 7B | 1F | 1C |
| Octal | 61 | 135 | 63 | 57 | 0 | 55 | 100 | 173 | 37 | 34 |
| Binary | 110001 | 1011101 | 110011 | 101111 | 0 | 101101 | 1000000 | 1111011 | 11111 | 11100 |
Color Harmonies of #315D33
Complementary color
Monochromatic Colors of #315D33
Black with #315D33
Text Example
Text Example
White with #315D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D33; }
p { color: rgb(49,93,51); }
H1.HeaderClassName
{
color: #315D33;
}
.AnyTagClassName
{
color: #315D33;
}
</style>
background-color css
<style>
a { background-color: #315D33; }
a { background-color: rgb(49,93,51); }
div.DivClassName
{
background-color: #315D33;
}
.BgClassName
{
background-color: #315D33;
}
</style>
border-color css
<style>
span { border-color: #315D33; }
span { border-color: rgb(49,93,51); }
td.TdClassName
{
border-color: #315D33;
}
.TagClassName
{
border-color: #315D33;
}
</style>