#3E7155

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

Shades of Amazon #3E7155

Tints of Amazon #3E7155

Color information

#3E7155 (or 0x3E7155) is unknown color: approx Amazon. HEX triplet: 3E, 71 and 55. RGB value is (62,113,85). Sum of RGB (Red+Green+Blue) = 62+113+85=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7155 is #C18EAA. Grayscale: #5E5E5E. Windows color (decimal): -12684971 or 5599550. OLE color: 5599550.

HSL color Cylindrical-coordinate representation of color #3E7155: hue angle of 147.06º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7155 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB6211385-
CMYK0.4500.250.56
HSL147.06º29.14%34.31%-
HSV(B)147.06º45.13%44.31%-
XYZ9.5313.4910.7-
YUV94.56122.6104.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=23.85%
G=43.46%
B=32.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62113850.4500.250.56147.0629.1434.31
Hex3E71552D01938931d22
Octal7616112555031702233542
Binary111110111000110101011011010110011110001001001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,85); }

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

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

 a { background-color: rgb(62,113,85); }

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

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

 span { border-color: rgb(62,113,85); }

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