Shades of Plantation #3E4F47
Tints of Plantation #3E4F47
RGB
CMYK
RGB Variations
Color information
#3E4F47 (or 0x3E4F47) is known color: Plantation. HEX triplet: 3E, 4F and 47. RGB value is (62,79,71). Sum of RGB (Red+Green+Blue) = 62+79+71=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F47 is #C1B0B8. Grayscale: #494949. Windows color (decimal): -12693689 or 4673342. OLE color: 4673342.
HSL color Cylindrical-coordinate representation of color #3E4F47: hue angle of 151.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E4F47 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 79 | 71 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.69 |
| HSL | 151.76º | 0.12% | 0.28% | - |
| HSV(B) | 151.76º | 0.22% | 0.31% | - |
| XYZ | 5.92 | 7.07 | 7.01 | - |
| YUV | 73.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 71 | 0.22 | 0 | 0.10 | 0.69 | 151.76 | 0.12 | 0.28 |
| Hex | 3E | 4F | 47 | 16 | 0 | A | 45 | 98 | C | 1C |
| Octal | 76 | 117 | 107 | 26 | 0 | 12 | 105 | 230 | 14 | 34 |
| Binary | 111110 | 1001111 | 1000111 | 10110 | 0 | 1010 | 1000101 | 10011000 | 1100 | 11100 |
Color Harmonies of #3E4F47
Complementary color
Monochromatic Colors of #3E4F47
Black with #3E4F47
Text Example
Text Example
White with #3E4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4F47; }
p { color: rgb(62,79,71); }
H1.HeaderClassName
{
color: #3E4F47;
}
.AnyTagClassName
{
color: #3E4F47;
}
</style>
background-color css
<style>
a { background-color: #3E4F47; }
a { background-color: rgb(62,79,71); }
div.DivClassName
{
background-color: #3E4F47;
}
.BgClassName
{
background-color: #3E4F47;
}
</style>
border-color css
<style>
span { border-color: #3E4F47; }
span { border-color: rgb(62,79,71); }
td.TdClassName
{
border-color: #3E4F47;
}
.TagClassName
{
border-color: #3E4F47;
}
</style>