#3E7B5B

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

Shades of Amazon #3E7B5B

Tints of Amazon #3E7B5B

Color information

#3E7B5B (or 0x3E7B5B) is unknown color: approx Amazon. HEX triplet: 3E, 7B and 5B. RGB value is (62,123,91). Sum of RGB (Red+Green+Blue) = 62+123+91=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B5B is #C184A4. Grayscale: #656565. Windows color (decimal): -12682405 or 5995326. OLE color: 5995326.

HSL color Cylindrical-coordinate representation of color #3E7B5B: hue angle of 148.52º 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 #3E7B5B is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB6212391-
CMYK0.5000.260.52
HSL148.52º32.97%36.27%-
HSV(B)148.52º49.59%48.24%-
XYZ10.9615.9512.4-
YUV101.11122.29100.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.46%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=22.46%
G=44.57%
B=32.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62123910.5000.260.52148.5232.9736.27
Hex3E7B5B3201A34952124
Octal7617313362032642254144
Binary1111101111011101101111001001101011010010010101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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