#3A7C52

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

Shades of Amazon #3A7C52

Tints of Amazon #3A7C52

Color information

#3A7C52 (or 0x3A7C52) is unknown color: approx Amazon. HEX triplet: 3A, 7C and 52. RGB value is (58,124,82). Sum of RGB (Red+Green+Blue) = 58+124+82=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C52 is #C583AD. Grayscale: #636363. Windows color (decimal): -12944302 or 5405754. OLE color: 5405754.

HSL color Cylindrical-coordinate representation of color #3A7C52: hue angle of 141.82º 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 #3A7C52 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB5812482-
CMYK0.5300.340.51
HSL141.82º36.26%35.69%-
HSV(B)141.82º53.23%48.63%-
XYZ10.4815.9210.5-
YUV99.48118.1398.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=21.97%
G=46.97%
B=31.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124820.5300.340.51141.8236.2635.69
Hex3A7C5235022338e2424
Octal7217412265042632164444
Binary11101011111001010010110101010001011001110001110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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