Shades of Plantation #3F554A
Tints of Plantation #3F554A
RGB
CMYK
RGB Variations
Color information
#3F554A (or 0x3F554A) is known color: Plantation. HEX triplet: 3F, 55 and 4A. RGB value is (63,85,74). Sum of RGB (Red+Green+Blue) = 63+85+74=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #3F554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F554A is #C0AAB5. Grayscale: #4D4D4D. Windows color (decimal): -12626614 or 4871487. OLE color: 4871487.
HSL color Cylindrical-coordinate representation of color #3F554A: hue angle of 150º 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 #3F554A is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 74 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.67 |
| HSL | 150º | 0.15% | 0.29% | - |
| HSV(B) | 150º | 0.26% | 0.33% | - |
| XYZ | 6.53 | 8.05 | 7.69 | - |
| YUV | 77.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 74 | 0.26 | 0 | 0.13 | 0.67 | 150 | 0.15 | 0.29 |
| Hex | 3F | 55 | 4A | 1A | 0 | D | 43 | 96 | F | 1D |
| Octal | 77 | 125 | 112 | 32 | 0 | 15 | 103 | 226 | 17 | 35 |
| Binary | 111111 | 1010101 | 1001010 | 11010 | 0 | 1101 | 1000011 | 10010110 | 1111 | 11101 |
Color Harmonies of #3F554A
Complementary color
Monochromatic Colors of #3F554A
Black with #3F554A
Text Example
Text Example
White with #3F554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F554A; }
p { color: rgb(63,85,74); }
H1.HeaderClassName
{
color: #3F554A;
}
.AnyTagClassName
{
color: #3F554A;
}
</style>
background-color css
<style>
a { background-color: #3F554A; }
a { background-color: rgb(63,85,74); }
div.DivClassName
{
background-color: #3F554A;
}
.BgClassName
{
background-color: #3F554A;
}
</style>
border-color css
<style>
span { border-color: #3F554A; }
span { border-color: rgb(63,85,74); }
td.TdClassName
{
border-color: #3F554A;
}
.TagClassName
{
border-color: #3F554A;
}
</style>