Shades of Parsley #385039
Tints of Parsley #385039
RGB
CMYK
RGB Variations
Color information
#385039 (or 0x385039) is known color: Parsley. HEX triplet: 38, 50 and 39. RGB value is (56,80,57). Sum of RGB (Red+Green+Blue) = 56+80+57=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #385039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385039 is #C7AFC6. Grayscale: #464646. Windows color (decimal): -13086663 or 3756088. OLE color: 3756088.
HSL color Cylindrical-coordinate representation of color #385039: hue angle of 122.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385039 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 57 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.69 |
| HSL | 122.5º | 0.18% | 0.27% | - |
| HSV(B) | 122.5º | 0.3% | 0.31% | - |
| XYZ | 5.24 | 6.87 | 4.92 | - |
| YUV | 70.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 57 | 0.30 | 0 | 0.29 | 0.69 | 122.5 | 0.18 | 0.27 |
| Hex | 38 | 50 | 39 | 1E | 0 | 1D | 45 | 7B | 12 | 1B |
| Octal | 70 | 120 | 71 | 36 | 0 | 35 | 105 | 173 | 22 | 33 |
| Binary | 111000 | 1010000 | 111001 | 11110 | 0 | 11101 | 1000101 | 1111011 | 10010 | 11011 |
Color Harmonies of #385039
Complementary color
Monochromatic Colors of #385039
Black with #385039
Text Example
Text Example
White with #385039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385039; }
p { color: rgb(56,80,57); }
H1.HeaderClassName
{
color: #385039;
}
.AnyTagClassName
{
color: #385039;
}
</style>
background-color css
<style>
a { background-color: #385039; }
a { background-color: rgb(56,80,57); }
div.DivClassName
{
background-color: #385039;
}
.BgClassName
{
background-color: #385039;
}
</style>
border-color css
<style>
span { border-color: #385039; }
span { border-color: rgb(56,80,57); }
td.TdClassName
{
border-color: #385039;
}
.TagClassName
{
border-color: #385039;
}
</style>