#3A7A55

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

Shades of Amazon #3A7A55

Tints of Amazon #3A7A55

Color information

#3A7A55 (or 0x3A7A55) is unknown color: approx Amazon. HEX triplet: 3A, 7A and 55. RGB value is (58,122,85). Sum of RGB (Red+Green+Blue) = 58+122+85=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A55 is #C585AA. Grayscale: #626262. Windows color (decimal): -12944811 or 5601850. OLE color: 5601850.

HSL color Cylindrical-coordinate representation of color #3A7A55: hue angle of 145.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7A55 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB5812285-
CMYK0.5200.300.52
HSL145.31º35.56%35.29%-
HSV(B)145.31º52.46%47.84%-
XYZ10.3415.4711.04-
YUV98.65120.399.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 122 (48.05% from 255) = 46.04%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=21.89%
G=46.04%
B=32.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122850.5200.300.52145.3135.5635.29
Hex3A7A553401E34912423
Octal7217212564036642214443
Binary1110101111010101010111010001111011010010010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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