#3A7355

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

Shades of Amazon #3A7355

Tints of Amazon #3A7355

Color information

#3A7355 (or 0x3A7355) is unknown color: approx Amazon. HEX triplet: 3A, 73 and 55. RGB value is (58,115,85). Sum of RGB (Red+Green+Blue) = 58+115+85=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7355 is #C58CAA. Grayscale: #5E5E5E. Windows color (decimal): -12946603 or 5600058. OLE color: 5600058.

HSL color Cylindrical-coordinate representation of color #3A7355: hue angle of 148.42º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7355 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB5811585-
CMYK0.5000.260.55
HSL148.42º32.95%33.92%-
HSV(B)148.42º49.57%45.1%-
XYZ9.5213.8210.76-
YUV94.54122.62101.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=22.48%
G=44.57%
B=32.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115850.5000.260.55148.4232.9533.92
Hex3A73553201A37942122
Octal7216312562032672244142
Binary1110101110011101010111001001101011011110010100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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