#3E5548

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

Shades of Plantation #3E5548

Tints of Plantation #3E5548

Color information

#3E5548 (or 0x3E5548) is unknown color: approx Plantation. HEX triplet: 3E, 55 and 48. RGB value is (62,85,72). Sum of RGB (Red+Green+Blue) = 62+85+72=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5548 is #C1AAB7. Grayscale: #4C4C4C. Windows color (decimal): -12692152 or 4740414. OLE color: 4740414.

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

Color convert

RGB628572-
CMYK0.2700.150.67
HSL146.09º15.65%28.82%-
HSV(B)146.09º27.06%33.33%-
XYZ6.47.997.34-
YUV76.64125.38117.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=28.31%
G=38.81%
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.67
SystemRedGreenBlueCMYKHSL
Decimal6285720.2700.150.67146.0915.6528.82
Hex3E55481B0F4392101d
Octal76125110330171032222035
Binary1111101010101100100011011011111000011100100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,72); }

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

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

 a { background-color: rgb(62,85,72); }

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

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

 span { border-color: rgb(62,85,72); }

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