#3E5448

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

Shades of Plantation #3E5448

Tints of Plantation #3E5448

Color information

#3E5448 (or 0x3E5448) is unknown color: approx Plantation. HEX triplet: 3E, 54 and 48. RGB value is (62,84,72). Sum of RGB (Red+Green+Blue) = 62+84+72=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5448 is #C1ABB7. Grayscale: #4C4C4C. Windows color (decimal): -12692408 or 4740158. OLE color: 4740158.

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

Color convert

RGB628472-
CMYK0.2600.140.67
HSL147.27º15.07%28.63%-
HSV(B)147.27º26.19%32.94%-
XYZ6.337.837.31-
YUV76.05125.71117.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=28.44%
G=38.53%
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
Decimal6284720.2600.140.67147.2715.0728.63
Hex3E54481A0E4393f1d
Octal76124110320161032231735
Binary111110101010010010001101001110100001110010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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