Shades of Plantation #3F574A
Tints of Plantation #3F574A
RGB
CMYK
RGB Variations
Color information
#3F574A (or 0x3F574A) is known color: Plantation. HEX triplet: 3F, 57 and 4A. RGB value is (63,87,74). Sum of RGB (Red+Green+Blue) = 63+87+74=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #3F574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F574A is #C0A8B5. Grayscale: #4E4E4E. Windows color (decimal): -12626102 or 4871999. OLE color: 4871999.
HSL color Cylindrical-coordinate representation of color #3F574A: hue angle of 147.5º 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 #3F574A is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 74 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.66 |
| HSL | 147.5º | 0.16% | 0.29% | - |
| HSV(B) | 147.5º | 0.28% | 0.34% | - |
| XYZ | 6.69 | 8.37 | 7.74 | - |
| YUV | 78.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 74 | 0.28 | 0 | 0.15 | 0.66 | 147.5 | 0.16 | 0.29 |
| Hex | 3F | 57 | 4A | 1C | 0 | F | 42 | 94 | 10 | 1D |
| Octal | 77 | 127 | 112 | 34 | 0 | 17 | 102 | 224 | 20 | 35 |
| Binary | 111111 | 1010111 | 1001010 | 11100 | 0 | 1111 | 1000010 | 10010100 | 10000 | 11101 |
Color Harmonies of #3F574A
Complementary color
Monochromatic Colors of #3F574A
Black with #3F574A
Text Example
Text Example
White with #3F574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F574A; }
p { color: rgb(63,87,74); }
H1.HeaderClassName
{
color: #3F574A;
}
.AnyTagClassName
{
color: #3F574A;
}
</style>
background-color css
<style>
a { background-color: #3F574A; }
a { background-color: rgb(63,87,74); }
div.DivClassName
{
background-color: #3F574A;
}
.BgClassName
{
background-color: #3F574A;
}
</style>
border-color css
<style>
span { border-color: #3F574A; }
span { border-color: rgb(63,87,74); }
td.TdClassName
{
border-color: #3F574A;
}
.TagClassName
{
border-color: #3F574A;
}
</style>