Shades of Plantation #3E5648
Tints of Plantation #3E5648
RGB
CMYK
RGB Variations
Color information
#3E5648 (or 0x3E5648) is known color: Plantation. HEX triplet: 3E, 56 and 48. RGB value is (62,86,72). Sum of RGB (Red+Green+Blue) = 62+86+72=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5648 is #C1A9B7. Grayscale: #4D4D4D. Windows color (decimal): -12691896 or 4740670. OLE color: 4740670.
HSL color Cylindrical-coordinate representation of color #3E5648: hue angle of 145º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E5648 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 86 | 72 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.66 |
| HSL | 145º | 0.16% | 0.29% | - |
| HSV(B) | 145º | 0.28% | 0.34% | - |
| XYZ | 6.48 | 8.15 | 7.36 | - |
| YUV | 77.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 72 | 0.28 | 0 | 0.16 | 0.66 | 145 | 0.16 | 0.29 |
| Hex | 3E | 56 | 48 | 1C | 0 | 10 | 42 | 91 | 10 | 1D |
| Octal | 76 | 126 | 110 | 34 | 0 | 20 | 102 | 221 | 20 | 35 |
| Binary | 111110 | 1010110 | 1001000 | 11100 | 0 | 10000 | 1000010 | 10010001 | 10000 | 11101 |
Color Harmonies of #3E5648
Complementary color
Monochromatic Colors of #3E5648
Black with #3E5648
Text Example
Text Example
White with #3E5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5648; }
p { color: rgb(62,86,72); }
H1.HeaderClassName
{
color: #3E5648;
}
.AnyTagClassName
{
color: #3E5648;
}
</style>
background-color css
<style>
a { background-color: #3E5648; }
a { background-color: rgb(62,86,72); }
div.DivClassName
{
background-color: #3E5648;
}
.BgClassName
{
background-color: #3E5648;
}
</style>
border-color css
<style>
span { border-color: #3E5648; }
span { border-color: rgb(62,86,72); }
td.TdClassName
{
border-color: #3E5648;
}
.TagClassName
{
border-color: #3E5648;
}
</style>