#3A785F

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

Shades of Amazon #3A785F

Tints of Amazon #3A785F

Color information

#3A785F (or 0x3A785F) is unknown color: approx Amazon. HEX triplet: 3A, 78 and 5F. RGB value is (58,120,95). Sum of RGB (Red+Green+Blue) = 58+120+95=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #3A785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A785F is #C587A0. Grayscale: #626262. Windows color (decimal): -12945313 or 6256698. OLE color: 6256698.

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

Color convert

RGB5812095-
CMYK0.5200.210.53
HSL155.81º34.83%34.9%-
HSV(B)155.81º51.67%47.06%-
XYZ10.5315.1613.2-
YUV98.61125.9699.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=21.25%
G=43.96%
B=34.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120950.5200.210.53155.8134.8334.9
Hex3A785F34015359c2323
Octal7217013764025652344343
Binary1110101111000101111111010001010111010110011100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,95); }

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

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

 a { background-color: rgb(58,120,95); }

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

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

 span { border-color: rgb(58,120,95); }

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