Shades of Plantation #395D4A
Tints of Plantation #395D4A
RGB
CMYK
RGB Variations
Color information
#395D4A (or 0x395D4A) is known color: Plantation. HEX triplet: 39, 5D and 4A. RGB value is (57,93,74). Sum of RGB (Red+Green+Blue) = 57+93+74=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #395D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D4A is #C6A2B5. Grayscale: #505050. Windows color (decimal): -13017782 or 4873529. OLE color: 4873529.
HSL color Cylindrical-coordinate representation of color #395D4A: hue angle of 148.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395D4A is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 93 | 74 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.64 |
| HSL | 148.33º | 0.24% | 0.29% | - |
| HSV(B) | 148.33º | 0.39% | 0.36% | - |
| XYZ | 6.84 | 9.19 | 7.89 | - |
| YUV | 80.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 74 | 0.39 | 0 | 0.20 | 0.64 | 148.33 | 0.24 | 0.29 |
| Hex | 39 | 5D | 4A | 27 | 0 | 14 | 40 | 94 | 18 | 1D |
| Octal | 71 | 135 | 112 | 47 | 0 | 24 | 100 | 224 | 30 | 35 |
| Binary | 111001 | 1011101 | 1001010 | 100111 | 0 | 10100 | 1000000 | 10010100 | 11000 | 11101 |
Color Harmonies of #395D4A
Complementary color
Monochromatic Colors of #395D4A
Black with #395D4A
Text Example
Text Example
White with #395D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D4A; }
p { color: rgb(57,93,74); }
H1.HeaderClassName
{
color: #395D4A;
}
.AnyTagClassName
{
color: #395D4A;
}
</style>
background-color css
<style>
a { background-color: #395D4A; }
a { background-color: rgb(57,93,74); }
div.DivClassName
{
background-color: #395D4A;
}
.BgClassName
{
background-color: #395D4A;
}
</style>
border-color css
<style>
span { border-color: #395D4A; }
span { border-color: rgb(57,93,74); }
td.TdClassName
{
border-color: #395D4A;
}
.TagClassName
{
border-color: #395D4A;
}
</style>