Shades of Plantation #385F4A
Tints of Plantation #385F4A
RGB
CMYK
RGB Variations
Color information
#385F4A (or 0x385F4A) is known color: Plantation. HEX triplet: 38, 5F and 4A. RGB value is (56,95,74). Sum of RGB (Red+Green+Blue) = 56+95+74=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #385F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F4A is #C7A0B5. Grayscale: #505050. Windows color (decimal): -13082806 or 4874040. OLE color: 4874040.
HSL color Cylindrical-coordinate representation of color #385F4A: hue angle of 147.69º 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 #385F4A is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 74 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.63 |
| HSL | 147.69º | 0.26% | 0.3% | - |
| HSV(B) | 147.69º | 0.41% | 0.37% | - |
| XYZ | 6.96 | 9.52 | 7.95 | - |
| YUV | 80.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 74 | 0.41 | 0 | 0.22 | 0.63 | 147.69 | 0.26 | 0.3 |
| Hex | 38 | 5F | 4A | 29 | 0 | 16 | 3F | 94 | 1A | 1E |
| Octal | 70 | 137 | 112 | 51 | 0 | 26 | 77 | 224 | 32 | 36 |
| Binary | 111000 | 1011111 | 1001010 | 101001 | 0 | 10110 | 111111 | 10010100 | 11010 | 11110 |
Color Harmonies of #385F4A
Complementary color
Monochromatic Colors of #385F4A
Black with #385F4A
Text Example
Text Example
White with #385F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F4A; }
p { color: rgb(56,95,74); }
H1.HeaderClassName
{
color: #385F4A;
}
.AnyTagClassName
{
color: #385F4A;
}
</style>
background-color css
<style>
a { background-color: #385F4A; }
a { background-color: rgb(56,95,74); }
div.DivClassName
{
background-color: #385F4A;
}
.BgClassName
{
background-color: #385F4A;
}
</style>
border-color css
<style>
span { border-color: #385F4A; }
span { border-color: rgb(56,95,74); }
td.TdClassName
{
border-color: #385F4A;
}
.TagClassName
{
border-color: #385F4A;
}
</style>