Shades of Parsley #385F37
Tints of Parsley #385F37
RGB
CMYK
RGB Variations
Color information
#385F37 (or 0x385F37) is known color: Parsley. HEX triplet: 38, 5F and 37. RGB value is (56,95,55). Sum of RGB (Red+Green+Blue) = 56+95+55=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #385F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F37 is #C7A0C8. Grayscale: #4E4E4E. Windows color (decimal): -13082825 or 3628856. OLE color: 3628856.
HSL color Cylindrical-coordinate representation of color #385F37: hue angle of 118.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385F37 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 55 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.63 |
| HSL | 118.5º | 0.27% | 0.29% | - |
| HSV(B) | 118.5º | 0.42% | 0.37% | - |
| XYZ | 6.41 | 9.3 | 5.07 | - |
| YUV | 78.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 55 | 0.41 | 0 | 0.42 | 0.63 | 118.5 | 0.27 | 0.29 |
| Hex | 38 | 5F | 37 | 29 | 0 | 2A | 3F | 76 | 1B | 1D |
| Octal | 70 | 137 | 67 | 51 | 0 | 52 | 77 | 166 | 33 | 35 |
| Binary | 111000 | 1011111 | 110111 | 101001 | 0 | 101010 | 111111 | 1110110 | 11011 | 11101 |
Color Harmonies of #385F37
Complementary color
Monochromatic Colors of #385F37
Black with #385F37
Text Example
Text Example
White with #385F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F37; }
p { color: rgb(56,95,55); }
H1.HeaderClassName
{
color: #385F37;
}
.AnyTagClassName
{
color: #385F37;
}
</style>
background-color css
<style>
a { background-color: #385F37; }
a { background-color: rgb(56,95,55); }
div.DivClassName
{
background-color: #385F37;
}
.BgClassName
{
background-color: #385F37;
}
</style>
border-color css
<style>
span { border-color: #385F37; }
span { border-color: rgb(56,95,55); }
td.TdClassName
{
border-color: #385F37;
}
.TagClassName
{
border-color: #385F37;
}
</style>