Shades of Plantation #385F4C
Tints of Plantation #385F4C
RGB
CMYK
RGB Variations
Color information
#385F4C (or 0x385F4C) is known color: Plantation. HEX triplet: 38, 5F and 4C. RGB value is (56,95,76). Sum of RGB (Red+Green+Blue) = 56+95+76=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #385F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F4C is #C7A0B3. Grayscale: #515151. Windows color (decimal): -13082804 or 5005112. OLE color: 5005112.
HSL color Cylindrical-coordinate representation of color #385F4C: hue angle of 150.77º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F4C is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 76 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.63 |
| HSL | 150.77º | 0.26% | 0.3% | - |
| HSV(B) | 150.77º | 0.41% | 0.37% | - |
| XYZ | 7.03 | 9.55 | 8.31 | - |
| YUV | 81.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 76 | 0.41 | 0 | 0.20 | 0.63 | 150.77 | 0.26 | 0.3 |
| Hex | 38 | 5F | 4C | 29 | 0 | 14 | 3F | 97 | 1A | 1E |
| Octal | 70 | 137 | 114 | 51 | 0 | 24 | 77 | 227 | 32 | 36 |
| Binary | 111000 | 1011111 | 1001100 | 101001 | 0 | 10100 | 111111 | 10010111 | 11010 | 11110 |
Color Harmonies of #385F4C
Complementary color
Monochromatic Colors of #385F4C
Black with #385F4C
Text Example
Text Example
White with #385F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F4C; }
p { color: rgb(56,95,76); }
H1.HeaderClassName
{
color: #385F4C;
}
.AnyTagClassName
{
color: #385F4C;
}
</style>
background-color css
<style>
a { background-color: #385F4C; }
a { background-color: rgb(56,95,76); }
div.DivClassName
{
background-color: #385F4C;
}
.BgClassName
{
background-color: #385F4C;
}
</style>
border-color css
<style>
span { border-color: #385F4C; }
span { border-color: rgb(56,95,76); }
td.TdClassName
{
border-color: #385F4C;
}
.TagClassName
{
border-color: #385F4C;
}
</style>