#3A8655

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

Shades of Amazon #3A8655

Tints of Amazon #3A8655

Color information

#3A8655 (or 0x3A8655) is unknown color: approx Amazon. HEX triplet: 3A, 86 and 55. RGB value is (58,134,85). Sum of RGB (Red+Green+Blue) = 58+134+85=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8655 is #C579AA. Grayscale: #696969. Windows color (decimal): -12941739 or 5604922. OLE color: 5604922.

HSL color Cylindrical-coordinate representation of color #3A8655: hue angle of 141.32º 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 #3A8655 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5813485-
CMYK0.5700.370.47
HSL141.32º39.58%37.65%-
HSV(B)141.32º56.72%52.55%-
XYZ11.9118.6111.56-
YUV105.69116.3293.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=20.94%
G=48.38%
B=30.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58134850.5700.370.47141.3239.5837.65
Hex3A8655390252F8d2826
Octal7220612571045572155046
Binary111010100001101010101111001010010110111110001101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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