Shades of Parsley #385A38
Tints of Parsley #385A38
RGB
CMYK
RGB Variations
Color information
#385A38 (or 0x385A38) is known color: Parsley. HEX triplet: 38, 5A and 38. RGB value is (56,90,56). Sum of RGB (Red+Green+Blue) = 56+90+56=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #385A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A38 is #C7A5C7. Grayscale: #4C4C4C. Windows color (decimal): -13084104 or 3693112. OLE color: 3693112.
HSL color Cylindrical-coordinate representation of color #385A38: hue angle of 120º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A38 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 56 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.65 |
| HSL | 120º | 0.23% | 0.29% | - |
| HSV(B) | 120º | 0.38% | 0.35% | - |
| XYZ | 6 | 8.44 | 5.05 | - |
| YUV | 75.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 56 | 0.38 | 0 | 0.38 | 0.65 | 120 | 0.23 | 0.29 |
| Hex | 38 | 5A | 38 | 26 | 0 | 26 | 41 | 78 | 17 | 1D |
| Octal | 70 | 132 | 70 | 46 | 0 | 46 | 101 | 170 | 27 | 35 |
| Binary | 111000 | 1011010 | 111000 | 100110 | 0 | 100110 | 1000001 | 1111000 | 10111 | 11101 |
Color Harmonies of #385A38
Complementary color
Monochromatic Colors of #385A38
Black with #385A38
Text Example
Text Example
White with #385A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A38; }
p { color: rgb(56,90,56); }
H1.HeaderClassName
{
color: #385A38;
}
.AnyTagClassName
{
color: #385A38;
}
</style>
background-color css
<style>
a { background-color: #385A38; }
a { background-color: rgb(56,90,56); }
div.DivClassName
{
background-color: #385A38;
}
.BgClassName
{
background-color: #385A38;
}
</style>
border-color css
<style>
span { border-color: #385A38; }
span { border-color: rgb(56,90,56); }
td.TdClassName
{
border-color: #385A38;
}
.TagClassName
{
border-color: #385A38;
}
</style>