Shades of Plantation #3F5A48
Tints of Plantation #3F5A48
RGB
CMYK
RGB Variations
Color information
#3F5A48 (or 0x3F5A48) is known color: Plantation. HEX triplet: 3F, 5A and 48. RGB value is (63,90,72). Sum of RGB (Red+Green+Blue) = 63+90+72=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A48 is #C0A5B7. Grayscale: #4F4F4F. Windows color (decimal): -12625336 or 4741695. OLE color: 4741695.
HSL color Cylindrical-coordinate representation of color #3F5A48: hue angle of 140º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F5A48 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 90 | 72 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.65 |
| HSL | 140º | 0.18% | 0.3% | - |
| HSV(B) | 140º | 0.3% | 0.35% | - |
| XYZ | 6.88 | 8.84 | 7.47 | - |
| YUV | 79.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 72 | 0.30 | 0 | 0.20 | 0.65 | 140 | 0.18 | 0.3 |
| Hex | 3F | 5A | 48 | 1E | 0 | 14 | 41 | 8C | 12 | 1E |
| Octal | 77 | 132 | 110 | 36 | 0 | 24 | 101 | 214 | 22 | 36 |
| Binary | 111111 | 1011010 | 1001000 | 11110 | 0 | 10100 | 1000001 | 10001100 | 10010 | 11110 |
Color Harmonies of #3F5A48
Complementary color
Monochromatic Colors of #3F5A48
Black with #3F5A48
Text Example
Text Example
White with #3F5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A48; }
p { color: rgb(63,90,72); }
H1.HeaderClassName
{
color: #3F5A48;
}
.AnyTagClassName
{
color: #3F5A48;
}
</style>
background-color css
<style>
a { background-color: #3F5A48; }
a { background-color: rgb(63,90,72); }
div.DivClassName
{
background-color: #3F5A48;
}
.BgClassName
{
background-color: #3F5A48;
}
</style>
border-color css
<style>
span { border-color: #3F5A48; }
span { border-color: rgb(63,90,72); }
td.TdClassName
{
border-color: #3F5A48;
}
.TagClassName
{
border-color: #3F5A48;
}
</style>