#3E4D46

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

Shades of Plantation #3E4D46

Tints of Plantation #3E4D46

Color information

#3E4D46 (or 0x3E4D46) is unknown color: approx Plantation. HEX triplet: 3E, 4D and 46. RGB value is (62,77,70). Sum of RGB (Red+Green+Blue) = 62+77+70=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #3E4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4D46 is #C1B2B9. Grayscale: #474747. Windows color (decimal): -12694202 or 4607294. OLE color: 4607294.

HSL color Cylindrical-coordinate representation of color #3E4D46: hue angle of 152º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E4D46 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB627770-
CMYK0.1900.090.70
HSL152º10.79%27.25%-
HSV(B)152º19.48%30.2%-
XYZ5.756.776.8-
YUV71.72127.03121.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=29.67%
G=36.84%
B=33.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6277700.1900.090.7015210.7927.25
Hex3E4D4613094698b1b
Octal76115106230111062301333
Binary111110100110110001101001101001100011010011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,77,70); }

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

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

 a { background-color: rgb(62,77,70); }

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

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

 span { border-color: rgb(62,77,70); }

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