Shades of Plantation #385C47
Tints of Plantation #385C47
RGB
CMYK
RGB Variations
Color information
#385C47 (or 0x385C47) is known color: Plantation. HEX triplet: 38, 5C and 47. RGB value is (56,92,71). Sum of RGB (Red+Green+Blue) = 56+92+71=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #385C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C47 is #C7A3B8. Grayscale: #4E4E4E. Windows color (decimal): -13083577 or 4676664. OLE color: 4676664.
HSL color Cylindrical-coordinate representation of color #385C47: hue angle of 145º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C47 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 71 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.64 |
| HSL | 145º | 0.24% | 0.29% | - |
| HSV(B) | 145º | 0.39% | 0.36% | - |
| XYZ | 6.6 | 8.95 | 7.34 | - |
| YUV | 78.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 71 | 0.39 | 0 | 0.23 | 0.64 | 145 | 0.24 | 0.29 |
| Hex | 38 | 5C | 47 | 27 | 0 | 17 | 40 | 91 | 18 | 1D |
| Octal | 70 | 134 | 107 | 47 | 0 | 27 | 100 | 221 | 30 | 35 |
| Binary | 111000 | 1011100 | 1000111 | 100111 | 0 | 10111 | 1000000 | 10010001 | 11000 | 11101 |
Color Harmonies of #385C47
Complementary color
Monochromatic Colors of #385C47
Black with #385C47
Text Example
Text Example
White with #385C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C47; }
p { color: rgb(56,92,71); }
H1.HeaderClassName
{
color: #385C47;
}
.AnyTagClassName
{
color: #385C47;
}
</style>
background-color css
<style>
a { background-color: #385C47; }
a { background-color: rgb(56,92,71); }
div.DivClassName
{
background-color: #385C47;
}
.BgClassName
{
background-color: #385C47;
}
</style>
border-color css
<style>
span { border-color: #385C47; }
span { border-color: rgb(56,92,71); }
td.TdClassName
{
border-color: #385C47;
}
.TagClassName
{
border-color: #385C47;
}
</style>