#3A7B55

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

Shades of Amazon #3A7B55

Tints of Amazon #3A7B55

Color information

#3A7B55 (or 0x3A7B55) is unknown color: approx Amazon. HEX triplet: 3A, 7B and 55. RGB value is (58,123,85). Sum of RGB (Red+Green+Blue) = 58+123+85=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B55 is #C584AA. Grayscale: #636363. Windows color (decimal): -12944555 or 5602106. OLE color: 5602106.

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

Color convert

RGB5812385-
CMYK0.5300.310.52
HSL144.92º35.91%35.49%-
HSV(B)144.92º52.85%48.24%-
XYZ10.4715.7211.08-
YUV99.23119.9798.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 123 (48.44% from 255) = 46.24%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=21.80%
G=46.24%
B=31.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58123850.5300.310.52144.9235.9135.49
Hex3A7B553501F34912423
Octal7217312565037642214443
Binary1110101111011101010111010101111111010010010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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