#3F5647

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

Shades of Plantation #3F5647

Tints of Plantation #3F5647

Color information

#3F5647 (or 0x3F5647) is unknown color: approx Plantation. HEX triplet: 3F, 56 and 47. RGB value is (63,86,71). Sum of RGB (Red+Green+Blue) = 63+86+71=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5647 is #C0A9B8. Grayscale: #4D4D4D. Windows color (decimal): -12626361 or 4675135. OLE color: 4675135.

HSL color Cylindrical-coordinate representation of color #3F5647: hue angle of 140.87º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5647 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB638671-
CMYK0.2700.170.66
HSL140.87º15.44%29.22%-
HSV(B)140.87º26.74%33.73%-
XYZ6.528.177.19-
YUV77.41124.38117.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=28.64%
G=39.09%
B=32.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386710.2700.170.66140.8715.4429.22
Hex3F56471B011428df1d
Octal77126107330211022151735
Binary1111111010110100011111011010001100001010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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