#3A7552

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

Shades of Amazon #3A7552

Tints of Amazon #3A7552

Color information

#3A7552 (or 0x3A7552) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 52. RGB value is (58,117,82). Sum of RGB (Red+Green+Blue) = 58+117+82=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7552 is #C58AAD. Grayscale: #5F5F5F. Windows color (decimal): -12946094 or 5403962. OLE color: 5403962.

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

Color convert

RGB5811782-
CMYK0.5000.300.54
HSL144.41º33.71%34.31%-
HSV(B)144.41º50.43%45.88%-
XYZ9.6314.2310.22-
YUV95.37120.45101.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=22.57%
G=45.53%
B=31.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117820.5000.300.54144.4133.7134.31
Hex3A75523201E36902222
Octal7216512262036662204242
Binary1110101110101101001011001001111011011010010000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,82); }

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

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

 a { background-color: rgb(58,117,82); }

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

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

 span { border-color: rgb(58,117,82); }

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