#3E7A4F

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

Shades of Amazon #3E7A4F

Tints of Amazon #3E7A4F

Color information

#3E7A4F (or 0x3E7A4F) is unknown color: approx Amazon. HEX triplet: 3E, 7A and 4F. RGB value is (62,122,79). Sum of RGB (Red+Green+Blue) = 62+122+79=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A4F is #C185B0. Grayscale: #636363. Windows color (decimal): -12682673 or 5208638. OLE color: 5208638.

HSL color Cylindrical-coordinate representation of color #3E7A4F: hue angle of 137º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A4F is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB6212279-
CMYK0.4900.350.52
HSL137º32.61%36.08%-
HSV(B)137º49.18%47.84%-
XYZ10.3615.519.84-
YUV99.16116.62101.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=23.57%
G=46.39%
B=30.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62122790.4900.350.5213732.6136.08
Hex3E7A4F3102334892124
Octal7617211761043642114144
Binary11111011110101001111110001010001111010010001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,122,79); }

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

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

 a { background-color: rgb(62,122,79); }

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

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

 span { border-color: rgb(62,122,79); }

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