Shades of Plantation #385A46
Tints of Plantation #385A46
RGB
CMYK
RGB Variations
Color information
#385A46 (or 0x385A46) is known color: Plantation. HEX triplet: 38, 5A and 46. RGB value is (56,90,70). Sum of RGB (Red+Green+Blue) = 56+90+70=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #385A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A46 is #C7A5B9. Grayscale: #4D4D4D. Windows color (decimal): -13084090 or 4610616. OLE color: 4610616.
HSL color Cylindrical-coordinate representation of color #385A46: hue angle of 144.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A46 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 70 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.65 |
| HSL | 144.71º | 0.23% | 0.29% | - |
| HSV(B) | 144.71º | 0.38% | 0.35% | - |
| XYZ | 6.39 | 8.6 | 7.12 | - |
| YUV | 77.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 70 | 0.38 | 0 | 0.22 | 0.65 | 144.71 | 0.23 | 0.29 |
| Hex | 38 | 5A | 46 | 26 | 0 | 16 | 41 | 91 | 17 | 1D |
| Octal | 70 | 132 | 106 | 46 | 0 | 26 | 101 | 221 | 27 | 35 |
| Binary | 111000 | 1011010 | 1000110 | 100110 | 0 | 10110 | 1000001 | 10010001 | 10111 | 11101 |
Color Harmonies of #385A46
Complementary color
Monochromatic Colors of #385A46
Black with #385A46
Text Example
Text Example
White with #385A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A46; }
p { color: rgb(56,90,70); }
H1.HeaderClassName
{
color: #385A46;
}
.AnyTagClassName
{
color: #385A46;
}
</style>
background-color css
<style>
a { background-color: #385A46; }
a { background-color: rgb(56,90,70); }
div.DivClassName
{
background-color: #385A46;
}
.BgClassName
{
background-color: #385A46;
}
</style>
border-color css
<style>
span { border-color: #385A46; }
span { border-color: rgb(56,90,70); }
td.TdClassName
{
border-color: #385A46;
}
.TagClassName
{
border-color: #385A46;
}
</style>