Shades of Plantation #385E4B
Tints of Plantation #385E4B
RGB
CMYK
RGB Variations
Color information
#385E4B (or 0x385E4B) is known color: Plantation. HEX triplet: 38, 5E and 4B. RGB value is (56,94,75). Sum of RGB (Red+Green+Blue) = 56+94+75=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #385E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E4B is #C7A1B4. Grayscale: #505050. Windows color (decimal): -13083061 or 4939320. OLE color: 4939320.
HSL color Cylindrical-coordinate representation of color #385E4B: hue angle of 150º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E4B is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 75 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.63 |
| HSL | 150º | 0.25% | 0.29% | - |
| HSV(B) | 150º | 0.4% | 0.37% | - |
| XYZ | 6.9 | 9.35 | 8.1 | - |
| YUV | 80.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 75 | 0.40 | 0 | 0.20 | 0.63 | 150 | 0.25 | 0.29 |
| Hex | 38 | 5E | 4B | 28 | 0 | 14 | 3F | 96 | 19 | 1D |
| Octal | 70 | 136 | 113 | 50 | 0 | 24 | 77 | 226 | 31 | 35 |
| Binary | 111000 | 1011110 | 1001011 | 101000 | 0 | 10100 | 111111 | 10010110 | 11001 | 11101 |
Color Harmonies of #385E4B
Complementary color
Monochromatic Colors of #385E4B
Black with #385E4B
Text Example
Text Example
White with #385E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E4B; }
p { color: rgb(56,94,75); }
H1.HeaderClassName
{
color: #385E4B;
}
.AnyTagClassName
{
color: #385E4B;
}
</style>
background-color css
<style>
a { background-color: #385E4B; }
a { background-color: rgb(56,94,75); }
div.DivClassName
{
background-color: #385E4B;
}
.BgClassName
{
background-color: #385E4B;
}
</style>
border-color css
<style>
span { border-color: #385E4B; }
span { border-color: rgb(56,94,75); }
td.TdClassName
{
border-color: #385E4B;
}
.TagClassName
{
border-color: #385E4B;
}
</style>