Shades of Plantation #3F574D
Tints of Plantation #3F574D
RGB
CMYK
RGB Variations
Color information
#3F574D (or 0x3F574D) is known color: Plantation. HEX triplet: 3F, 57 and 4D. RGB value is (63,87,77). Sum of RGB (Red+Green+Blue) = 63+87+77=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F574D is #C0A8B2. Grayscale: #4E4E4E. Windows color (decimal): -12626099 or 5068607. OLE color: 5068607.
HSL color Cylindrical-coordinate representation of color #3F574D: hue angle of 155º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F574D is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 77 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.66 |
| HSL | 155º | 0.16% | 0.29% | - |
| HSV(B) | 155º | 0.28% | 0.34% | - |
| XYZ | 6.8 | 8.41 | 8.29 | - |
| YUV | 78.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 77 | 0.28 | 0 | 0.11 | 0.66 | 155 | 0.16 | 0.29 |
| Hex | 3F | 57 | 4D | 1C | 0 | B | 42 | 9B | 10 | 1D |
| Octal | 77 | 127 | 115 | 34 | 0 | 13 | 102 | 233 | 20 | 35 |
| Binary | 111111 | 1010111 | 1001101 | 11100 | 0 | 1011 | 1000010 | 10011011 | 10000 | 11101 |
Color Harmonies of #3F574D
Complementary color
Monochromatic Colors of #3F574D
Black with #3F574D
Text Example
Text Example
White with #3F574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F574D; }
p { color: rgb(63,87,77); }
H1.HeaderClassName
{
color: #3F574D;
}
.AnyTagClassName
{
color: #3F574D;
}
</style>
background-color css
<style>
a { background-color: #3F574D; }
a { background-color: rgb(63,87,77); }
div.DivClassName
{
background-color: #3F574D;
}
.BgClassName
{
background-color: #3F574D;
}
</style>
border-color css
<style>
span { border-color: #3F574D; }
span { border-color: rgb(63,87,77); }
td.TdClassName
{
border-color: #3F574D;
}
.TagClassName
{
border-color: #3F574D;
}
</style>