Shades of Plantation #3F4E46
Tints of Plantation #3F4E46
RGB
CMYK
RGB Variations
Color information
#3F4E46 (or 0x3F4E46) is known color: Plantation. HEX triplet: 3F, 4E and 46. RGB value is (63,78,70). Sum of RGB (Red+Green+Blue) = 63+78+70=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E46 is #C0B1B9. Grayscale: #484848. Windows color (decimal): -12628410 or 4607551. OLE color: 4607551.
HSL color Cylindrical-coordinate representation of color #3F4E46: hue angle of 148º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4E46 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 70 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.69 |
| HSL | 148º | 0.11% | 0.28% | - |
| HSV(B) | 148º | 0.19% | 0.31% | - |
| XYZ | 5.88 | 6.95 | 6.83 | - |
| YUV | 72.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 70 | 0.19 | 0 | 0.10 | 0.69 | 148 | 0.11 | 0.28 |
| Hex | 3F | 4E | 46 | 13 | 0 | A | 45 | 94 | B | 1C |
| Octal | 77 | 116 | 106 | 23 | 0 | 12 | 105 | 224 | 13 | 34 |
| Binary | 111111 | 1001110 | 1000110 | 10011 | 0 | 1010 | 1000101 | 10010100 | 1011 | 11100 |
Color Harmonies of #3F4E46
Complementary color
Monochromatic Colors of #3F4E46
Black with #3F4E46
Text Example
Text Example
White with #3F4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E46; }
p { color: rgb(63,78,70); }
H1.HeaderClassName
{
color: #3F4E46;
}
.AnyTagClassName
{
color: #3F4E46;
}
</style>
background-color css
<style>
a { background-color: #3F4E46; }
a { background-color: rgb(63,78,70); }
div.DivClassName
{
background-color: #3F4E46;
}
.BgClassName
{
background-color: #3F4E46;
}
</style>
border-color css
<style>
span { border-color: #3F4E46; }
span { border-color: rgb(63,78,70); }
td.TdClassName
{
border-color: #3F4E46;
}
.TagClassName
{
border-color: #3F4E46;
}
</style>