#3F5649

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

Shades of Plantation #3F5649

Tints of Plantation #3F5649

Color information

#3F5649 (or 0x3F5649) is unknown color: approx Plantation. HEX triplet: 3F, 56 and 49. RGB value is (63,86,73). Sum of RGB (Red+Green+Blue) = 63+86+73=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5649 is #C0A9B6. Grayscale: #4D4D4D. Windows color (decimal): -12626359 or 4806207. OLE color: 4806207.

HSL color Cylindrical-coordinate representation of color #3F5649: hue angle of 146.09º 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 #3F5649 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB638673-
CMYK0.2700.150.66
HSL146.09º15.44%29.22%-
HSV(B)146.09º26.74%33.73%-
XYZ6.588.197.54-
YUV77.64125.38117.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=28.38%
G=38.74%
B=32.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386730.2700.150.66146.0915.4429.22
Hex3F56491B0F4292f1d
Octal77126111330171022221735
Binary111111101011010010011101101111100001010010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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