Shades of Plantation #395A48
Tints of Plantation #395A48
RGB
CMYK
RGB Variations
Color information
#395A48 (or 0x395A48) is known color: Plantation. HEX triplet: 39, 5A and 48. RGB value is (57,90,72). Sum of RGB (Red+Green+Blue) = 57+90+72=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #395A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A48 is #C6A5B7. Grayscale: #4E4E4E. Windows color (decimal): -13018552 or 4741689. OLE color: 4741689.
HSL color Cylindrical-coordinate representation of color #395A48: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A48 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 72 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.65 |
| HSL | 147.27º | 0.22% | 0.29% | - |
| HSV(B) | 147.27º | 0.37% | 0.35% | - |
| XYZ | 6.51 | 8.65 | 7.46 | - |
| YUV | 78.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 72 | 0.37 | 0 | 0.20 | 0.65 | 147.27 | 0.22 | 0.29 |
| Hex | 39 | 5A | 48 | 25 | 0 | 14 | 41 | 93 | 16 | 1D |
| Octal | 71 | 132 | 110 | 45 | 0 | 24 | 101 | 223 | 26 | 35 |
| Binary | 111001 | 1011010 | 1001000 | 100101 | 0 | 10100 | 1000001 | 10010011 | 10110 | 11101 |
Color Harmonies of #395A48
Complementary color
Monochromatic Colors of #395A48
Black with #395A48
Text Example
Text Example
White with #395A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A48; }
p { color: rgb(57,90,72); }
H1.HeaderClassName
{
color: #395A48;
}
.AnyTagClassName
{
color: #395A48;
}
</style>
background-color css
<style>
a { background-color: #395A48; }
a { background-color: rgb(57,90,72); }
div.DivClassName
{
background-color: #395A48;
}
.BgClassName
{
background-color: #395A48;
}
</style>
border-color css
<style>
span { border-color: #395A48; }
span { border-color: rgb(57,90,72); }
td.TdClassName
{
border-color: #395A48;
}
.TagClassName
{
border-color: #395A48;
}
</style>