#3F5547

Color #3F5547 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3F5547

Tints of Plantation #3F5547

Color information

#3F5547 (or 0x3F5547) is unknown color: approx Plantation. HEX triplet: 3F, 55 and 47. RGB value is (63,85,71). Sum of RGB (Red+Green+Blue) = 63+85+71=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5547 is #C0AAB8. Grayscale: #4C4C4C. Windows color (decimal): -12626617 or 4674879. OLE color: 4674879.

HSL color Cylindrical-coordinate representation of color #3F5547: hue angle of 141.82º 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 #3F5547 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB638571-
CMYK0.2600.160.67
HSL141.82º14.86%29.02%-
HSV(B)141.82º25.88%33.33%-
XYZ6.448.017.17-
YUV76.83124.71118.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=28.77%
G=38.81%
B=32.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385710.2600.160.67141.8214.8629.02
Hex3F55471A010438ef1d
Octal77125107320201032161735
Binary1111111010101100011111010010000100001110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5547; }

 p { color: rgb(63,85,71); }

 H1.HeaderClassName
 {
   color: #3F5547;
 }
 .AnyTagClassName
 {
   color: #3F5547;
 }
</style>
background-color css

<style>
 a { background-color: #3F5547; }

 a { background-color: rgb(63,85,71); }

 div.DivClassName
 {
   background-color: #3F5547;
 }
 .BgClassName
 {
   background-color: #3F5547;
 }
</style>
border-color css

<style>
 span { border-color: #3F5547; }

 span { border-color: rgb(63,85,71); }

 td.TdClassName
 {
   border-color: #3F5547;
 }
 .TagClassName
 {
   border-color: #3F5547;
 }
</style>