Shades of Plantation #3E4E46
Tints of Plantation #3E4E46
RGB
CMYK
RGB Variations
Color information
#3E4E46 (or 0x3E4E46) is known color: Plantation. HEX triplet: 3E, 4E and 46. RGB value is (62,78,70). Sum of RGB (Red+Green+Blue) = 62+78+70=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E46 is #C1B1B9. Grayscale: #484848. Windows color (decimal): -12693946 or 4607550. OLE color: 4607550.
HSL color Cylindrical-coordinate representation of color #3E4E46: hue angle of 150º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E4E46 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 78 | 70 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.69 |
| HSL | 150º | 0.11% | 0.27% | - |
| HSV(B) | 150º | 0.21% | 0.31% | - |
| XYZ | 5.82 | 6.92 | 6.82 | - |
| YUV | 72.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 70 | 0.21 | 0 | 0.10 | 0.69 | 150 | 0.11 | 0.27 |
| Hex | 3E | 4E | 46 | 15 | 0 | A | 45 | 96 | B | 1B |
| Octal | 76 | 116 | 106 | 25 | 0 | 12 | 105 | 226 | 13 | 33 |
| Binary | 111110 | 1001110 | 1000110 | 10101 | 0 | 1010 | 1000101 | 10010110 | 1011 | 11011 |
Color Harmonies of #3E4E46
Complementary color
Monochromatic Colors of #3E4E46
Black with #3E4E46
Text Example
Text Example
White with #3E4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E46; }
p { color: rgb(62,78,70); }
H1.HeaderClassName
{
color: #3E4E46;
}
.AnyTagClassName
{
color: #3E4E46;
}
</style>
background-color css
<style>
a { background-color: #3E4E46; }
a { background-color: rgb(62,78,70); }
div.DivClassName
{
background-color: #3E4E46;
}
.BgClassName
{
background-color: #3E4E46;
}
</style>
border-color css
<style>
span { border-color: #3E4E46; }
span { border-color: rgb(62,78,70); }
td.TdClassName
{
border-color: #3E4E46;
}
.TagClassName
{
border-color: #3E4E46;
}
</style>