#3A7F5B

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

Shades of Amazon #3A7F5B

Tints of Amazon #3A7F5B

Color information

#3A7F5B (or 0x3A7F5B) is unknown color: approx Amazon. HEX triplet: 3A, 7F and 5B. RGB value is (58,127,91). Sum of RGB (Red+Green+Blue) = 58+127+91=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F5B is #C580A4. Grayscale: #666666. Windows color (decimal): -12943525 or 5996346. OLE color: 5996346.

HSL color Cylindrical-coordinate representation of color #3A7F5B: hue angle of 148.7º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F5B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB5812791-
CMYK0.5400.280.50
HSL148.7º37.3%36.27%-
HSV(B)148.7º54.33%49.8%-
XYZ11.2216.8312.56-
YUV102.26121.6496.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=21.01%
G=46.01%
B=32.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58127910.5400.280.50148.737.336.27
Hex3A7F5B3601C32952524
Octal7217713366034622254544
Binary1110101111111101101111011001110011001010010101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,91); }

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

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

 a { background-color: rgb(58,127,91); }

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

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

 span { border-color: rgb(58,127,91); }

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