Shades of Plantation #3E5147
Tints of Plantation #3E5147
RGB
CMYK
RGB Variations
Color information
#3E5147 (or 0x3E5147) is known color: Plantation. HEX triplet: 3E, 51 and 47. RGB value is (62,81,71). Sum of RGB (Red+Green+Blue) = 62+81+71=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5147 is #C1AEB8. Grayscale: #4A4A4A. Windows color (decimal): -12693177 or 4673854. OLE color: 4673854.
HSL color Cylindrical-coordinate representation of color #3E5147: hue angle of 148.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E5147 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 71 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.68 |
| HSL | 148.42º | 0.13% | 0.28% | - |
| HSV(B) | 148.42º | 0.23% | 0.32% | - |
| XYZ | 6.07 | 7.36 | 7.06 | - |
| YUV | 74.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 71 | 0.23 | 0 | 0.12 | 0.68 | 148.42 | 0.13 | 0.28 |
| Hex | 3E | 51 | 47 | 17 | 0 | C | 44 | 94 | D | 1C |
| Octal | 76 | 121 | 107 | 27 | 0 | 14 | 104 | 224 | 15 | 34 |
| Binary | 111110 | 1010001 | 1000111 | 10111 | 0 | 1100 | 1000100 | 10010100 | 1101 | 11100 |
Color Harmonies of #3E5147
Complementary color
Monochromatic Colors of #3E5147
Black with #3E5147
Text Example
Text Example
White with #3E5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5147; }
p { color: rgb(62,81,71); }
H1.HeaderClassName
{
color: #3E5147;
}
.AnyTagClassName
{
color: #3E5147;
}
</style>
background-color css
<style>
a { background-color: #3E5147; }
a { background-color: rgb(62,81,71); }
div.DivClassName
{
background-color: #3E5147;
}
.BgClassName
{
background-color: #3E5147;
}
</style>
border-color css
<style>
span { border-color: #3E5147; }
span { border-color: rgb(62,81,71); }
td.TdClassName
{
border-color: #3E5147;
}
.TagClassName
{
border-color: #3E5147;
}
</style>