Shades of Plantation #385B4A
Tints of Plantation #385B4A
RGB
CMYK
RGB Variations
Color information
#385B4A (or 0x385B4A) is known color: Plantation. HEX triplet: 38, 5B and 4A. RGB value is (56,91,74). Sum of RGB (Red+Green+Blue) = 56+91+74=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #385B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B4A is #C7A4B5. Grayscale: #4E4E4E. Windows color (decimal): -13083830 or 4873016. OLE color: 4873016.
HSL color Cylindrical-coordinate representation of color #385B4A: hue angle of 150.86º 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 #385B4A is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 74 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.64 |
| HSL | 150.86º | 0.24% | 0.29% | - |
| HSV(B) | 150.86º | 0.38% | 0.36% | - |
| XYZ | 6.61 | 8.82 | 7.83 | - |
| YUV | 78.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 74 | 0.38 | 0 | 0.19 | 0.64 | 150.86 | 0.24 | 0.29 |
| Hex | 38 | 5B | 4A | 26 | 0 | 13 | 40 | 97 | 18 | 1D |
| Octal | 70 | 133 | 112 | 46 | 0 | 23 | 100 | 227 | 30 | 35 |
| Binary | 111000 | 1011011 | 1001010 | 100110 | 0 | 10011 | 1000000 | 10010111 | 11000 | 11101 |
Color Harmonies of #385B4A
Complementary color
Monochromatic Colors of #385B4A
Black with #385B4A
Text Example
Text Example
White with #385B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B4A; }
p { color: rgb(56,91,74); }
H1.HeaderClassName
{
color: #385B4A;
}
.AnyTagClassName
{
color: #385B4A;
}
</style>
background-color css
<style>
a { background-color: #385B4A; }
a { background-color: rgb(56,91,74); }
div.DivClassName
{
background-color: #385B4A;
}
.BgClassName
{
background-color: #385B4A;
}
</style>
border-color css
<style>
span { border-color: #385B4A; }
span { border-color: rgb(56,91,74); }
td.TdClassName
{
border-color: #385B4A;
}
.TagClassName
{
border-color: #385B4A;
}
</style>