Shades of Plantation #3F5048
Tints of Plantation #3F5048
RGB
CMYK
RGB Variations
Color information
#3F5048 (or 0x3F5048) is known color: Plantation. HEX triplet: 3F, 50 and 48. RGB value is (63,80,72). Sum of RGB (Red+Green+Blue) = 63+80+72=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5048 is #C0AFB7. Grayscale: #4A4A4A. Windows color (decimal): -12627896 or 4739135. OLE color: 4739135.
HSL color Cylindrical-coordinate representation of color #3F5048: hue angle of 151.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F5048 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 72 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.69 |
| HSL | 151.76º | 0.12% | 0.28% | - |
| HSV(B) | 151.76º | 0.21% | 0.31% | - |
| XYZ | 6.09 | 7.26 | 7.21 | - |
| YUV | 74.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 72 | 0.21 | 0 | 0.10 | 0.69 | 151.76 | 0.12 | 0.28 |
| Hex | 3F | 50 | 48 | 15 | 0 | A | 45 | 98 | C | 1C |
| Octal | 77 | 120 | 110 | 25 | 0 | 12 | 105 | 230 | 14 | 34 |
| Binary | 111111 | 1010000 | 1001000 | 10101 | 0 | 1010 | 1000101 | 10011000 | 1100 | 11100 |
Color Harmonies of #3F5048
Complementary color
Monochromatic Colors of #3F5048
Black with #3F5048
Text Example
Text Example
White with #3F5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5048; }
p { color: rgb(63,80,72); }
H1.HeaderClassName
{
color: #3F5048;
}
.AnyTagClassName
{
color: #3F5048;
}
</style>
background-color css
<style>
a { background-color: #3F5048; }
a { background-color: rgb(63,80,72); }
div.DivClassName
{
background-color: #3F5048;
}
.BgClassName
{
background-color: #3F5048;
}
</style>
border-color css
<style>
span { border-color: #3F5048; }
span { border-color: rgb(63,80,72); }
td.TdClassName
{
border-color: #3F5048;
}
.TagClassName
{
border-color: #3F5048;
}
</style>