Shades of Plantation #395F4D
Tints of Plantation #395F4D
RGB
CMYK
RGB Variations
Color information
#395F4D (or 0x395F4D) is known color: Plantation. HEX triplet: 39, 5F and 4D. RGB value is (57,95,77). Sum of RGB (Red+Green+Blue) = 57+95+77=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #395F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F4D is #C6A0B2. Grayscale: #515151. Windows color (decimal): -13017267 or 5070649. OLE color: 5070649.
HSL color Cylindrical-coordinate representation of color #395F4D: hue angle of 151.58º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F4D is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 95 | 77 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.63 |
| HSL | 151.58º | 0.25% | 0.3% | - |
| HSV(B) | 151.58º | 0.4% | 0.37% | - |
| XYZ | 7.12 | 9.59 | 8.5 | - |
| YUV | 81.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 77 | 0.40 | 0 | 0.19 | 0.63 | 151.58 | 0.25 | 0.3 |
| Hex | 39 | 5F | 4D | 28 | 0 | 13 | 3F | 98 | 19 | 1E |
| Octal | 71 | 137 | 115 | 50 | 0 | 23 | 77 | 230 | 31 | 36 |
| Binary | 111001 | 1011111 | 1001101 | 101000 | 0 | 10011 | 111111 | 10011000 | 11001 | 11110 |
Color Harmonies of #395F4D
Complementary color
Monochromatic Colors of #395F4D
Black with #395F4D
Text Example
Text Example
White with #395F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F4D; }
p { color: rgb(57,95,77); }
H1.HeaderClassName
{
color: #395F4D;
}
.AnyTagClassName
{
color: #395F4D;
}
</style>
background-color css
<style>
a { background-color: #395F4D; }
a { background-color: rgb(57,95,77); }
div.DivClassName
{
background-color: #395F4D;
}
.BgClassName
{
background-color: #395F4D;
}
</style>
border-color css
<style>
span { border-color: #395F4D; }
span { border-color: rgb(57,95,77); }
td.TdClassName
{
border-color: #395F4D;
}
.TagClassName
{
border-color: #395F4D;
}
</style>