#3A7C55

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

Shades of Amazon #3A7C55

Tints of Amazon #3A7C55

Color information

#3A7C55 (or 0x3A7C55) is unknown color: approx Amazon. HEX triplet: 3A, 7C and 55. RGB value is (58,124,85). Sum of RGB (Red+Green+Blue) = 58+124+85=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C55 is #C583AA. Grayscale: #636363. Windows color (decimal): -12944299 or 5602362. OLE color: 5602362.

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

Color convert

RGB5812485-
CMYK0.5300.310.51
HSL144.55º36.26%35.69%-
HSV(B)144.55º53.23%48.63%-
XYZ10.5915.9711.12-
YUV99.82119.6398.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=21.72%
G=46.44%
B=31.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124850.5300.310.51144.5536.2635.69
Hex3A7C553501F33912424
Octal7217412565037632214444
Binary1110101111100101010111010101111111001110010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,85); }

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

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

 a { background-color: rgb(58,124,85); }

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

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

 span { border-color: rgb(58,124,85); }

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