#3A7555

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

Shades of Amazon #3A7555

Tints of Amazon #3A7555

Color information

#3A7555 (or 0x3A7555) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 55. RGB value is (58,117,85). Sum of RGB (Red+Green+Blue) = 58+117+85=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7555 is #C58AAA. Grayscale: #5F5F5F. Windows color (decimal): -12946091 or 5600570. OLE color: 5600570.

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

Color convert

RGB5811785-
CMYK0.5000.270.54
HSL147.46º33.71%34.31%-
HSV(B)147.46º50.43%45.88%-
XYZ9.7514.2810.84-
YUV95.71121.95101.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=22.31%
G=45%
B=32.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117850.5000.270.54147.4633.7134.31
Hex3A75553201B36932222
Octal7216512562033662234242
Binary1110101110101101010111001001101111011010010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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