Shades of Plantation #3F5147
Tints of Plantation #3F5147
RGB
CMYK
RGB Variations
Color information
#3F5147 (or 0x3F5147) is known color: Plantation. HEX triplet: 3F, 51 and 47. RGB value is (63,81,71). Sum of RGB (Red+Green+Blue) = 63+81+71=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5147 is #C0AEB8. Grayscale: #4A4A4A. Windows color (decimal): -12627641 or 4673855. OLE color: 4673855.
HSL color Cylindrical-coordinate representation of color #3F5147: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F5147 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 71 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.68 |
| HSL | 146.67º | 0.13% | 0.28% | - |
| HSV(B) | 146.67º | 0.22% | 0.32% | - |
| XYZ | 6.13 | 7.4 | 7.07 | - |
| YUV | 74.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 71 | 0.22 | 0 | 0.12 | 0.68 | 146.67 | 0.13 | 0.28 |
| Hex | 3F | 51 | 47 | 16 | 0 | C | 44 | 93 | C | 1C |
| Octal | 77 | 121 | 107 | 26 | 0 | 14 | 104 | 223 | 14 | 34 |
| Binary | 111111 | 1010001 | 1000111 | 10110 | 0 | 1100 | 1000100 | 10010011 | 1100 | 11100 |
Color Harmonies of #3F5147
Complementary color
Monochromatic Colors of #3F5147
Black with #3F5147
Text Example
Text Example
White with #3F5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5147; }
p { color: rgb(63,81,71); }
H1.HeaderClassName
{
color: #3F5147;
}
.AnyTagClassName
{
color: #3F5147;
}
</style>
background-color css
<style>
a { background-color: #3F5147; }
a { background-color: rgb(63,81,71); }
div.DivClassName
{
background-color: #3F5147;
}
.BgClassName
{
background-color: #3F5147;
}
</style>
border-color css
<style>
span { border-color: #3F5147; }
span { border-color: rgb(63,81,71); }
td.TdClassName
{
border-color: #3F5147;
}
.TagClassName
{
border-color: #3F5147;
}
</style>