#3A8659

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

Shades of Amazon #3A8659

Tints of Amazon #3A8659

Color information

#3A8659 (or 0x3A8659) is unknown color: approx Amazon. HEX triplet: 3A, 86 and 59. RGB value is (58,134,89). Sum of RGB (Red+Green+Blue) = 58+134+89=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8659 is #C579A6. Grayscale: #6A6A6A. Windows color (decimal): -12941735 or 5867066. OLE color: 5867066.

HSL color Cylindrical-coordinate representation of color #3A8659: hue angle of 144.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8659 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB5813489-
CMYK0.5700.340.47
HSL144.47º39.58%37.65%-
HSV(B)144.47º56.72%52.55%-
XYZ12.0718.6712.42-
YUV106.15118.3293.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=20.64%
G=47.69%
B=31.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58134890.5700.340.47144.4739.5837.65
Hex3A8659390222F902826
Octal7220613171042572205046
Binary111010100001101011001111001010001010111110010000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,89); }

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

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

 a { background-color: rgb(58,134,89); }

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

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

 span { border-color: rgb(58,134,89); }

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