#3E5349

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

Shades of Plantation #3E5349

Tints of Plantation #3E5349

Color information

#3E5349 (or 0x3E5349) is unknown color: approx Plantation. HEX triplet: 3E, 53 and 49. RGB value is (62,83,73). Sum of RGB (Red+Green+Blue) = 62+83+73=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5349 is #C1ACB6. Grayscale: #4B4B4B. Windows color (decimal): -12692663 or 4805438. OLE color: 4805438.

HSL color Cylindrical-coordinate representation of color #3E5349: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5349 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB628373-
CMYK0.2500.120.67
HSL151.43º14.48%28.43%-
HSV(B)151.43º25.3%32.55%-
XYZ6.287.697.46-
YUV75.58126.54118.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=28.44%
G=38.07%
B=33.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283730.2500.120.67151.4314.4828.43
Hex3E5349190C4397e1c
Octal76123111310141032271634
Binary111110101001110010011100101100100001110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,83,73); }

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

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

 a { background-color: rgb(62,83,73); }

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

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

 span { border-color: rgb(62,83,73); }

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