Shades of Parsley #315F36
Tints of Parsley #315F36
RGB
CMYK
RGB Variations
Color information
#315F36 (or 0x315F36) is known color: Parsley. HEX triplet: 31, 5F and 36. RGB value is (49,95,54). Sum of RGB (Red+Green+Blue) = 49+95+54=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #315F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F36 is #CEA0C9. Grayscale: #4C4C4C. Windows color (decimal): -13541578 or 3563313. OLE color: 3563313.
HSL color Cylindrical-coordinate representation of color #315F36: hue angle of 126.52º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F36 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 54 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.63 |
| HSL | 126.52º | 0.32% | 0.28% | - |
| HSV(B) | 126.52º | 0.48% | 0.37% | - |
| XYZ | 6.02 | 9.1 | 4.93 | - |
| YUV | 76.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 54 | 0.48 | 0 | 0.43 | 0.63 | 126.52 | 0.32 | 0.28 |
| Hex | 31 | 5F | 36 | 30 | 0 | 2B | 3F | 7F | 20 | 1C |
| Octal | 61 | 137 | 66 | 60 | 0 | 53 | 77 | 177 | 40 | 34 |
| Binary | 110001 | 1011111 | 110110 | 110000 | 0 | 101011 | 111111 | 1111111 | 100000 | 11100 |
Color Harmonies of #315F36
Complementary color
Monochromatic Colors of #315F36
Black with #315F36
Text Example
Text Example
White with #315F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F36; }
p { color: rgb(49,95,54); }
H1.HeaderClassName
{
color: #315F36;
}
.AnyTagClassName
{
color: #315F36;
}
</style>
background-color css
<style>
a { background-color: #315F36; }
a { background-color: rgb(49,95,54); }
div.DivClassName
{
background-color: #315F36;
}
.BgClassName
{
background-color: #315F36;
}
</style>
border-color css
<style>
span { border-color: #315F36; }
span { border-color: rgb(49,95,54); }
td.TdClassName
{
border-color: #315F36;
}
.TagClassName
{
border-color: #315F36;
}
</style>