Shades of Parsley #385A36
Tints of Parsley #385A36
RGB
CMYK
RGB Variations
Color information
#385A36 (or 0x385A36) is known color: Parsley. HEX triplet: 38, 5A and 36. RGB value is (56,90,54). Sum of RGB (Red+Green+Blue) = 56+90+54=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #385A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A36 is #C7A5C9. Grayscale: #4B4B4B. Windows color (decimal): -13084106 or 3562040. OLE color: 3562040.
HSL color Cylindrical-coordinate representation of color #385A36: hue angle of 116.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385A36 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 54 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.65 |
| HSL | 116.67º | 0.25% | 0.28% | - |
| HSV(B) | 116.67º | 0.4% | 0.35% | - |
| XYZ | 5.95 | 8.42 | 4.8 | - |
| YUV | 75.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 54 | 0.38 | 0 | 0.40 | 0.65 | 116.67 | 0.25 | 0.28 |
| Hex | 38 | 5A | 36 | 26 | 0 | 28 | 41 | 75 | 19 | 1C |
| Octal | 70 | 132 | 66 | 46 | 0 | 50 | 101 | 165 | 31 | 34 |
| Binary | 111000 | 1011010 | 110110 | 100110 | 0 | 101000 | 1000001 | 1110101 | 11001 | 11100 |
Color Harmonies of #385A36
Complementary color
Monochromatic Colors of #385A36
Black with #385A36
Text Example
Text Example
White with #385A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A36; }
p { color: rgb(56,90,54); }
H1.HeaderClassName
{
color: #385A36;
}
.AnyTagClassName
{
color: #385A36;
}
</style>
background-color css
<style>
a { background-color: #385A36; }
a { background-color: rgb(56,90,54); }
div.DivClassName
{
background-color: #385A36;
}
.BgClassName
{
background-color: #385A36;
}
</style>
border-color css
<style>
span { border-color: #385A36; }
span { border-color: rgb(56,90,54); }
td.TdClassName
{
border-color: #385A36;
}
.TagClassName
{
border-color: #385A36;
}
</style>