#3E7E5E

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

Shades of Amazon #3E7E5E

Tints of Amazon #3E7E5E

Color information

#3E7E5E (or 0x3E7E5E) is unknown color: approx Amazon. HEX triplet: 3E, 7E and 5E. RGB value is (62,126,94). Sum of RGB (Red+Green+Blue) = 62+126+94=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #3E7E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7E5E is #C181A1. Grayscale: #676767. Windows color (decimal): -12681634 or 6192702. OLE color: 6192702.

HSL color Cylindrical-coordinate representation of color #3E7E5E: hue angle of 150º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7E5E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB6212694-
CMYK0.5100.250.51
HSL150º34.04%36.86%-
HSV(B)150º50.79%49.41%-
XYZ11.4716.7513.22-
YUV103.22122.898.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 126 (49.61% from 255) = 44.68%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=21.99%
G=44.68%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62126940.5100.250.5115034.0436.86
Hex3E7E5E3301933962225
Octal7617613663031632264245
Binary1111101111110101111011001101100111001110010110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,126,94); }

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

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

 a { background-color: rgb(62,126,94); }

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

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

 span { border-color: rgb(62,126,94); }

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