Shades of Plantation #3F5548
Tints of Plantation #3F5548
RGB
CMYK
RGB Variations
Color information
#3F5548 (or 0x3F5548) is known color: Plantation. HEX triplet: 3F, 55 and 48. RGB value is (63,85,72). Sum of RGB (Red+Green+Blue) = 63+85+72=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5548 is #C0AAB7. Grayscale: #4C4C4C. Windows color (decimal): -12626616 or 4740415. OLE color: 4740415.
HSL color Cylindrical-coordinate representation of color #3F5548: hue angle of 144.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5548 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 72 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.67 |
| HSL | 144.55º | 0.15% | 0.29% | - |
| HSV(B) | 144.55º | 0.26% | 0.33% | - |
| XYZ | 6.47 | 8.02 | 7.34 | - |
| YUV | 76.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 72 | 0.26 | 0 | 0.15 | 0.67 | 144.55 | 0.15 | 0.29 |
| Hex | 3F | 55 | 48 | 1A | 0 | F | 43 | 91 | F | 1D |
| Octal | 77 | 125 | 110 | 32 | 0 | 17 | 103 | 221 | 17 | 35 |
| Binary | 111111 | 1010101 | 1001000 | 11010 | 0 | 1111 | 1000011 | 10010001 | 1111 | 11101 |
Color Harmonies of #3F5548
Complementary color
Monochromatic Colors of #3F5548
Black with #3F5548
Text Example
Text Example
White with #3F5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5548; }
p { color: rgb(63,85,72); }
H1.HeaderClassName
{
color: #3F5548;
}
.AnyTagClassName
{
color: #3F5548;
}
</style>
background-color css
<style>
a { background-color: #3F5548; }
a { background-color: rgb(63,85,72); }
div.DivClassName
{
background-color: #3F5548;
}
.BgClassName
{
background-color: #3F5548;
}
</style>
border-color css
<style>
span { border-color: #3F5548; }
span { border-color: rgb(63,85,72); }
td.TdClassName
{
border-color: #3F5548;
}
.TagClassName
{
border-color: #3F5548;
}
</style>