Shades of Plantation #385B47
Tints of Plantation #385B47
RGB
CMYK
RGB Variations
Color information
#385B47 (or 0x385B47) is known color: Plantation. HEX triplet: 38, 5B and 47. RGB value is (56,91,71). Sum of RGB (Red+Green+Blue) = 56+91+71=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #385B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B47 is #C7A4B8. Grayscale: #4E4E4E. Windows color (decimal): -13083833 or 4676408. OLE color: 4676408.
HSL color Cylindrical-coordinate representation of color #385B47: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B47 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 71 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.64 |
| HSL | 145.71º | 0.24% | 0.29% | - |
| HSV(B) | 145.71º | 0.38% | 0.36% | - |
| XYZ | 6.51 | 8.78 | 7.31 | - |
| YUV | 78.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 71 | 0.38 | 0 | 0.22 | 0.64 | 145.71 | 0.24 | 0.29 |
| Hex | 38 | 5B | 47 | 26 | 0 | 16 | 40 | 92 | 18 | 1D |
| Octal | 70 | 133 | 107 | 46 | 0 | 26 | 100 | 222 | 30 | 35 |
| Binary | 111000 | 1011011 | 1000111 | 100110 | 0 | 10110 | 1000000 | 10010010 | 11000 | 11101 |
Color Harmonies of #385B47
Complementary color
Monochromatic Colors of #385B47
Black with #385B47
Text Example
Text Example
White with #385B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B47; }
p { color: rgb(56,91,71); }
H1.HeaderClassName
{
color: #385B47;
}
.AnyTagClassName
{
color: #385B47;
}
</style>
background-color css
<style>
a { background-color: #385B47; }
a { background-color: rgb(56,91,71); }
div.DivClassName
{
background-color: #385B47;
}
.BgClassName
{
background-color: #385B47;
}
</style>
border-color css
<style>
span { border-color: #385B47; }
span { border-color: rgb(56,91,71); }
td.TdClassName
{
border-color: #385B47;
}
.TagClassName
{
border-color: #385B47;
}
</style>