Shades of Plantation #3F564A
Tints of Plantation #3F564A
RGB
CMYK
RGB Variations
Color information
#3F564A (or 0x3F564A) is known color: Plantation. HEX triplet: 3F, 56 and 4A. RGB value is (63,86,74). Sum of RGB (Red+Green+Blue) = 63+86+74=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #3F564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F564A is #C0A9B5. Grayscale: #4D4D4D. Windows color (decimal): -12626358 or 4871743. OLE color: 4871743.
HSL color Cylindrical-coordinate representation of color #3F564A: hue angle of 148.7º 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 #3F564A is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 74 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.66 |
| HSL | 148.7º | 0.15% | 0.29% | - |
| HSV(B) | 148.7º | 0.27% | 0.34% | - |
| XYZ | 6.61 | 8.21 | 7.71 | - |
| YUV | 77.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 74 | 0.27 | 0 | 0.14 | 0.66 | 148.7 | 0.15 | 0.29 |
| Hex | 3F | 56 | 4A | 1B | 0 | E | 42 | 95 | F | 1D |
| Octal | 77 | 126 | 112 | 33 | 0 | 16 | 102 | 225 | 17 | 35 |
| Binary | 111111 | 1010110 | 1001010 | 11011 | 0 | 1110 | 1000010 | 10010101 | 1111 | 11101 |
Color Harmonies of #3F564A
Complementary color
Monochromatic Colors of #3F564A
Black with #3F564A
Text Example
Text Example
White with #3F564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F564A; }
p { color: rgb(63,86,74); }
H1.HeaderClassName
{
color: #3F564A;
}
.AnyTagClassName
{
color: #3F564A;
}
</style>
background-color css
<style>
a { background-color: #3F564A; }
a { background-color: rgb(63,86,74); }
div.DivClassName
{
background-color: #3F564A;
}
.BgClassName
{
background-color: #3F564A;
}
</style>
border-color css
<style>
span { border-color: #3F564A; }
span { border-color: rgb(63,86,74); }
td.TdClassName
{
border-color: #3F564A;
}
.TagClassName
{
border-color: #3F564A;
}
</style>