Shades of Plantation #3F4D46
Tints of Plantation #3F4D46
RGB
CMYK
RGB Variations
Color information
#3F4D46 (or 0x3F4D46) is known color: Plantation. HEX triplet: 3F, 4D and 46. RGB value is (63,77,70). Sum of RGB (Red+Green+Blue) = 63+77+70=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4D46 is #C0B2B9. Grayscale: #484848. Windows color (decimal): -12628666 or 4607295. OLE color: 4607295.
HSL color Cylindrical-coordinate representation of color #3F4D46: hue angle of 150º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4D46 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 77 | 70 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.70 |
| HSL | 150º | 0.1% | 0.27% | - |
| HSV(B) | 150º | 0.18% | 0.3% | - |
| XYZ | 5.81 | 6.81 | 6.8 | - |
| YUV | 72.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 70 | 0.18 | 0 | 0.09 | 0.70 | 150 | 0.1 | 0.27 |
| Hex | 3F | 4D | 46 | 12 | 0 | 9 | 46 | 96 | A | 1B |
| Octal | 77 | 115 | 106 | 22 | 0 | 11 | 106 | 226 | 12 | 33 |
| Binary | 111111 | 1001101 | 1000110 | 10010 | 0 | 1001 | 1000110 | 10010110 | 1010 | 11011 |
Color Harmonies of #3F4D46
Complementary color
Monochromatic Colors of #3F4D46
Black with #3F4D46
Text Example
Text Example
White with #3F4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D46; }
p { color: rgb(63,77,70); }
H1.HeaderClassName
{
color: #3F4D46;
}
.AnyTagClassName
{
color: #3F4D46;
}
</style>
background-color css
<style>
a { background-color: #3F4D46; }
a { background-color: rgb(63,77,70); }
div.DivClassName
{
background-color: #3F4D46;
}
.BgClassName
{
background-color: #3F4D46;
}
</style>
border-color css
<style>
span { border-color: #3F4D46; }
span { border-color: rgb(63,77,70); }
td.TdClassName
{
border-color: #3F4D46;
}
.TagClassName
{
border-color: #3F4D46;
}
</style>