#3F5047

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

Shades of Plantation #3F5047

Tints of Plantation #3F5047

Color information

#3F5047 (or 0x3F5047) is unknown color: approx Plantation. HEX triplet: 3F, 50 and 47. RGB value is (63,80,71). Sum of RGB (Red+Green+Blue) = 63+80+71=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5047 is #C0AFB8. Grayscale: #494949. Windows color (decimal): -12627897 or 4673599. OLE color: 4673599.

HSL color Cylindrical-coordinate representation of color #3F5047: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F5047 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB638071-
CMYK0.2100.110.69
HSL148.24º11.89%28.04%-
HSV(B)148.24º21.25%31.37%-
XYZ6.067.257.04-
YUV73.89126.37120.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=29.44%
G=37.38%
B=33.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6380710.2100.110.69148.2411.8928.04
Hex3F5047150B4594c1c
Octal77120107250131052241434
Binary111111101000010001111010101011100010110010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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