Shades of Plantation #3F5649
Tints of Plantation #3F5649
RGB
CMYK
RGB Variations
Color information
#3F5649 (or 0x3F5649) is known color: Plantation. HEX triplet: 3F, 56 and 49. RGB value is (63,86,73). Sum of RGB (Red+Green+Blue) = 63+86+73=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5649 is #C0A9B6. Grayscale: #4D4D4D. Windows color (decimal): -12626359 or 4806207. OLE color: 4806207.
HSL color Cylindrical-coordinate representation of color #3F5649: hue angle of 146.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5649 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 73 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.66 |
| HSL | 146.09º | 0.15% | 0.29% | - |
| HSV(B) | 146.09º | 0.27% | 0.34% | - |
| XYZ | 6.58 | 8.19 | 7.54 | - |
| YUV | 77.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 73 | 0.27 | 0 | 0.15 | 0.66 | 146.09 | 0.15 | 0.29 |
| Hex | 3F | 56 | 49 | 1B | 0 | F | 42 | 92 | F | 1D |
| Octal | 77 | 126 | 111 | 33 | 0 | 17 | 102 | 222 | 17 | 35 |
| Binary | 111111 | 1010110 | 1001001 | 11011 | 0 | 1111 | 1000010 | 10010010 | 1111 | 11101 |
Color Harmonies of #3F5649
Complementary color
Monochromatic Colors of #3F5649
Black with #3F5649
Text Example
Text Example
White with #3F5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5649; }
p { color: rgb(63,86,73); }
H1.HeaderClassName
{
color: #3F5649;
}
.AnyTagClassName
{
color: #3F5649;
}
</style>
background-color css
<style>
a { background-color: #3F5649; }
a { background-color: rgb(63,86,73); }
div.DivClassName
{
background-color: #3F5649;
}
.BgClassName
{
background-color: #3F5649;
}
</style>
border-color css
<style>
span { border-color: #3F5649; }
span { border-color: rgb(63,86,73); }
td.TdClassName
{
border-color: #3F5649;
}
.TagClassName
{
border-color: #3F5649;
}
</style>