Shades of Plantation #3E5048
Tints of Plantation #3E5048
RGB
CMYK
RGB Variations
Color information
#3E5048 (or 0x3E5048) is known color: Plantation. HEX triplet: 3E, 50 and 48. RGB value is (62,80,72). Sum of RGB (Red+Green+Blue) = 62+80+72=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5048 is #C1AFB7. Grayscale: #494949. Windows color (decimal): -12693432 or 4739134. OLE color: 4739134.
HSL color Cylindrical-coordinate representation of color #3E5048: hue angle of 153.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E5048 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 72 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.69 |
| HSL | 153.33º | 0.13% | 0.28% | - |
| HSV(B) | 153.33º | 0.23% | 0.31% | - |
| XYZ | 6.02 | 7.23 | 7.21 | - |
| YUV | 73.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 72 | 0.22 | 0 | 0.10 | 0.69 | 153.33 | 0.13 | 0.28 |
| Hex | 3E | 50 | 48 | 16 | 0 | A | 45 | 99 | D | 1C |
| Octal | 76 | 120 | 110 | 26 | 0 | 12 | 105 | 231 | 15 | 34 |
| Binary | 111110 | 1010000 | 1001000 | 10110 | 0 | 1010 | 1000101 | 10011001 | 1101 | 11100 |
Color Harmonies of #3E5048
Complementary color
Monochromatic Colors of #3E5048
Black with #3E5048
Text Example
Text Example
White with #3E5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5048; }
p { color: rgb(62,80,72); }
H1.HeaderClassName
{
color: #3E5048;
}
.AnyTagClassName
{
color: #3E5048;
}
</style>
background-color css
<style>
a { background-color: #3E5048; }
a { background-color: rgb(62,80,72); }
div.DivClassName
{
background-color: #3E5048;
}
.BgClassName
{
background-color: #3E5048;
}
</style>
border-color css
<style>
span { border-color: #3E5048; }
span { border-color: rgb(62,80,72); }
td.TdClassName
{
border-color: #3E5048;
}
.TagClassName
{
border-color: #3E5048;
}
</style>