#3E6B4C

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

Shades of Amazon #3E6B4C

Tints of Amazon #3E6B4C

Color information

#3E6B4C (or 0x3E6B4C) is unknown color: approx Amazon. HEX triplet: 3E, 6B and 4C. RGB value is (62,107,76). Sum of RGB (Red+Green+Blue) = 62+107+76=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6B4C is #C194B3. Grayscale: #5A5A5A. Windows color (decimal): -12686516 or 5008190. OLE color: 5008190.

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

Color convert

RGB6210776-
CMYK0.4200.290.58
HSL138.67º26.63%33.14%-
HSV(B)138.67º42.06%41.96%-
XYZ8.5512.068.71-
YUV90.01120.09108.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=25.31%
G=43.67%
B=31.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62107760.4200.290.58138.6726.6333.14
Hex3E6B4C2A01D3A8b1b21
Octal7615311452035722133341
Binary111110110101110011001010100111011110101000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,76); }

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

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

 a { background-color: rgb(62,107,76); }

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

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

 span { border-color: rgb(62,107,76); }

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