Shades of Plantation #395F49
Tints of Plantation #395F49
RGB
CMYK
RGB Variations
Color information
#395F49 (or 0x395F49) is known color: Plantation. HEX triplet: 39, 5F and 49. RGB value is (57,95,73). Sum of RGB (Red+Green+Blue) = 57+95+73=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #395F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F49 is #C6A0B6. Grayscale: #515151. Windows color (decimal): -13017271 or 4808505. OLE color: 4808505.
HSL color Cylindrical-coordinate representation of color #395F49: hue angle of 145.26º 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 #395F49 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 95 | 73 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.63 |
| HSL | 145.26º | 0.25% | 0.3% | - |
| HSV(B) | 145.26º | 0.4% | 0.37% | - |
| XYZ | 6.98 | 9.54 | 7.78 | - |
| YUV | 81.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 73 | 0.40 | 0 | 0.23 | 0.63 | 145.26 | 0.25 | 0.3 |
| Hex | 39 | 5F | 49 | 28 | 0 | 17 | 3F | 91 | 19 | 1E |
| Octal | 71 | 137 | 111 | 50 | 0 | 27 | 77 | 221 | 31 | 36 |
| Binary | 111001 | 1011111 | 1001001 | 101000 | 0 | 10111 | 111111 | 10010001 | 11001 | 11110 |
Color Harmonies of #395F49
Complementary color
Monochromatic Colors of #395F49
Black with #395F49
Text Example
Text Example
White with #395F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F49; }
p { color: rgb(57,95,73); }
H1.HeaderClassName
{
color: #395F49;
}
.AnyTagClassName
{
color: #395F49;
}
</style>
background-color css
<style>
a { background-color: #395F49; }
a { background-color: rgb(57,95,73); }
div.DivClassName
{
background-color: #395F49;
}
.BgClassName
{
background-color: #395F49;
}
</style>
border-color css
<style>
span { border-color: #395F49; }
span { border-color: rgb(57,95,73); }
td.TdClassName
{
border-color: #395F49;
}
.TagClassName
{
border-color: #395F49;
}
</style>