#3F5549

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

Shades of Plantation #3F5549

Tints of Plantation #3F5549

Color information

#3F5549 (or 0x3F5549) is unknown color: approx Plantation. HEX triplet: 3F, 55 and 49. RGB value is (63,85,73). Sum of RGB (Red+Green+Blue) = 63+85+73=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5549 is #C0AAB6. Grayscale: #4D4D4D. Windows color (decimal): -12626615 or 4805951. OLE color: 4805951.

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

Color convert

RGB638573-
CMYK0.2600.140.67
HSL147.27º14.86%29.02%-
HSV(B)147.27º25.88%33.33%-
XYZ6.58.037.51-
YUV77.05125.71117.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=28.51%
G=38.46%
B=33.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385730.2600.140.67147.2714.8629.02
Hex3F55491A0E4393f1d
Octal77125111320161032231735
Binary111111101010110010011101001110100001110010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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