Shades of Plantation #3E5346
Tints of Plantation #3E5346
RGB
CMYK
RGB Variations
Color information
#3E5346 (or 0x3E5346) is known color: Plantation. HEX triplet: 3E, 53 and 46. RGB value is (62,83,70). Sum of RGB (Red+Green+Blue) = 62+83+70=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5346 is #C1ACB9. Grayscale: #4B4B4B. Windows color (decimal): -12692666 or 4608830. OLE color: 4608830.
HSL color Cylindrical-coordinate representation of color #3E5346: hue angle of 142.86º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5346 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 70 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.67 |
| HSL | 142.86º | 0.14% | 0.28% | - |
| HSV(B) | 142.86º | 0.25% | 0.33% | - |
| XYZ | 6.19 | 7.65 | 6.95 | - |
| YUV | 75.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 70 | 0.25 | 0 | 0.16 | 0.67 | 142.86 | 0.14 | 0.28 |
| Hex | 3E | 53 | 46 | 19 | 0 | 10 | 43 | 8F | E | 1C |
| Octal | 76 | 123 | 106 | 31 | 0 | 20 | 103 | 217 | 16 | 34 |
| Binary | 111110 | 1010011 | 1000110 | 11001 | 0 | 10000 | 1000011 | 10001111 | 1110 | 11100 |
Color Harmonies of #3E5346
Complementary color
Monochromatic Colors of #3E5346
Black with #3E5346
Text Example
Text Example
White with #3E5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5346; }
p { color: rgb(62,83,70); }
H1.HeaderClassName
{
color: #3E5346;
}
.AnyTagClassName
{
color: #3E5346;
}
</style>
background-color css
<style>
a { background-color: #3E5346; }
a { background-color: rgb(62,83,70); }
div.DivClassName
{
background-color: #3E5346;
}
.BgClassName
{
background-color: #3E5346;
}
</style>
border-color css
<style>
span { border-color: #3E5346; }
span { border-color: rgb(62,83,70); }
td.TdClassName
{
border-color: #3E5346;
}
.TagClassName
{
border-color: #3E5346;
}
</style>