#3E7C56

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

Shades of Amazon #3E7C56

Tints of Amazon #3E7C56

Color information

#3E7C56 (or 0x3E7C56) is unknown color: approx Amazon. HEX triplet: 3E, 7C and 56. RGB value is (62,124,86). Sum of RGB (Red+Green+Blue) = 62+124+86=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C56 is #C183A9. Grayscale: #656565. Windows color (decimal): -12682154 or 5667902. OLE color: 5667902.

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

Color convert

RGB6212486-
CMYK0.500.310.51
HSL143.23º33.33%36.47%-
HSV(B)143.23º50%48.63%-
XYZ10.8716.1111.34-
YUV101.13119.46100.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=22.79%
G=45.59%
B=31.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62124860.500.310.51143.2333.3336.47
Hex3E7C563201F338f2124
Octal7617412662037632174144
Binary1111101111100101011011001001111111001110001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,124,86); }

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

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

 a { background-color: rgb(62,124,86); }

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

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

 span { border-color: rgb(62,124,86); }

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