Shades of Plantation #3F5949
Tints of Plantation #3F5949
RGB
CMYK
RGB Variations
Color information
#3F5949 (or 0x3F5949) is known color: Plantation. HEX triplet: 3F, 59 and 49. RGB value is (63,89,73). Sum of RGB (Red+Green+Blue) = 63+89+73=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5949 is #C0A6B6. Grayscale: #4F4F4F. Windows color (decimal): -12625591 or 4806975. OLE color: 4806975.
HSL color Cylindrical-coordinate representation of color #3F5949: hue angle of 143.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5949 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 73 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.65 |
| HSL | 143.08º | 0.17% | 0.3% | - |
| HSV(B) | 143.08º | 0.29% | 0.35% | - |
| XYZ | 6.82 | 8.68 | 7.62 | - |
| YUV | 79.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 73 | 0.29 | 0 | 0.18 | 0.65 | 143.08 | 0.17 | 0.3 |
| Hex | 3F | 59 | 49 | 1D | 0 | 12 | 41 | 8F | 11 | 1E |
| Octal | 77 | 131 | 111 | 35 | 0 | 22 | 101 | 217 | 21 | 36 |
| Binary | 111111 | 1011001 | 1001001 | 11101 | 0 | 10010 | 1000001 | 10001111 | 10001 | 11110 |
Color Harmonies of #3F5949
Complementary color
Monochromatic Colors of #3F5949
Black with #3F5949
Text Example
Text Example
White with #3F5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5949; }
p { color: rgb(63,89,73); }
H1.HeaderClassName
{
color: #3F5949;
}
.AnyTagClassName
{
color: #3F5949;
}
</style>
background-color css
<style>
a { background-color: #3F5949; }
a { background-color: rgb(63,89,73); }
div.DivClassName
{
background-color: #3F5949;
}
.BgClassName
{
background-color: #3F5949;
}
</style>
border-color css
<style>
span { border-color: #3F5949; }
span { border-color: rgb(63,89,73); }
td.TdClassName
{
border-color: #3F5949;
}
.TagClassName
{
border-color: #3F5949;
}
</style>