#3A755E

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

Shades of Amazon #3A755E

Tints of Amazon #3A755E

Color information

#3A755E (or 0x3A755E) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 5E. RGB value is (58,117,94). Sum of RGB (Red+Green+Blue) = 58+117+94=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #3A755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A755E is #C58AA1. Grayscale: #606060. Windows color (decimal): -12946082 or 6190394. OLE color: 6190394.

HSL color Cylindrical-coordinate representation of color #3A755E: hue angle of 156.61º 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 #3A755E is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB5811794-
CMYK0.5000.200.54
HSL156.61º33.71%34.31%-
HSV(B)156.61º50.43%45.88%-
XYZ10.1314.4312.84-
YUV96.74126.45100.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=21.56%
G=43.49%
B=34.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117940.5000.200.54156.6133.7134.31
Hex3A755E32014369d2222
Octal7216513662024662354242
Binary1110101110101101111011001001010011011010011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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