Shades of Plantation #395C4A
Tints of Plantation #395C4A
RGB
CMYK
RGB Variations
Color information
#395C4A (or 0x395C4A) is known color: Plantation. HEX triplet: 39, 5C and 4A. RGB value is (57,92,74). Sum of RGB (Red+Green+Blue) = 57+92+74=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #395C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C4A is #C6A3B5. Grayscale: #4F4F4F. Windows color (decimal): -13018038 or 4873273. OLE color: 4873273.
HSL color Cylindrical-coordinate representation of color #395C4A: hue angle of 149.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C4A is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 74 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.64 |
| HSL | 149.14º | 0.23% | 0.29% | - |
| HSV(B) | 149.14º | 0.38% | 0.36% | - |
| XYZ | 6.75 | 9.02 | 7.86 | - |
| YUV | 79.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 74 | 0.38 | 0 | 0.20 | 0.64 | 149.14 | 0.23 | 0.29 |
| Hex | 39 | 5C | 4A | 26 | 0 | 14 | 40 | 95 | 17 | 1D |
| Octal | 71 | 134 | 112 | 46 | 0 | 24 | 100 | 225 | 27 | 35 |
| Binary | 111001 | 1011100 | 1001010 | 100110 | 0 | 10100 | 1000000 | 10010101 | 10111 | 11101 |
Color Harmonies of #395C4A
Complementary color
Monochromatic Colors of #395C4A
Black with #395C4A
Text Example
Text Example
White with #395C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C4A; }
p { color: rgb(57,92,74); }
H1.HeaderClassName
{
color: #395C4A;
}
.AnyTagClassName
{
color: #395C4A;
}
</style>
background-color css
<style>
a { background-color: #395C4A; }
a { background-color: rgb(57,92,74); }
div.DivClassName
{
background-color: #395C4A;
}
.BgClassName
{
background-color: #395C4A;
}
</style>
border-color css
<style>
span { border-color: #395C4A; }
span { border-color: rgb(57,92,74); }
td.TdClassName
{
border-color: #395C4A;
}
.TagClassName
{
border-color: #395C4A;
}
</style>