#3A7A54

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

Shades of Amazon #3A7A54

Tints of Amazon #3A7A54

Color information

#3A7A54 (or 0x3A7A54) is unknown color: approx Amazon. HEX triplet: 3A, 7A and 54. RGB value is (58,122,84). Sum of RGB (Red+Green+Blue) = 58+122+84=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A54 is #C585AB. Grayscale: #626262. Windows color (decimal): -12944812 or 5536314. OLE color: 5536314.

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

Color convert

RGB5812284-
CMYK0.5200.310.52
HSL144.38º35.56%35.29%-
HSV(B)144.38º52.46%47.84%-
XYZ10.315.4610.83-
YUV98.53119.899.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=21.97%
G=46.21%
B=31.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122840.5200.310.52144.3835.5635.29
Hex3A7A543401F34902423
Octal7217212464037642204443
Binary1110101111010101010011010001111111010010010000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,84); }

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

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

 a { background-color: rgb(58,122,84); }

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

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

 span { border-color: rgb(58,122,84); }

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