#3E7B5A

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

Shades of Amazon #3E7B5A

Tints of Amazon #3E7B5A

Color information

#3E7B5A (or 0x3E7B5A) is unknown color: approx Amazon. HEX triplet: 3E, 7B and 5A. RGB value is (62,123,90). Sum of RGB (Red+Green+Blue) = 62+123+90=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B5A is #C184A5. Grayscale: #656565. Windows color (decimal): -12682406 or 5929790. OLE color: 5929790.

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

Color convert

RGB6212390-
CMYK0.5000.270.52
HSL147.54º32.97%36.27%-
HSV(B)147.54º49.59%48.24%-
XYZ10.9215.9312.17-
YUV101121.79100.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=22.55%
G=44.73%
B=32.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62123900.5000.270.52147.5432.9736.27
Hex3E7B5A3201B34942124
Octal7617313262033642244144
Binary1111101111011101101011001001101111010010010100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,90); }

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

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

 a { background-color: rgb(62,123,90); }

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

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

 span { border-color: rgb(62,123,90); }

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