#3B8654

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

Shades of Amazon #3B8654

Tints of Amazon #3B8654

Color information

#3B8654 (or 0x3B8654) is unknown color: approx Amazon. HEX triplet: 3B, 86 and 54. RGB value is (59,134,84). Sum of RGB (Red+Green+Blue) = 59+134+84=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8654 is #C479AB. Grayscale: #6A6A6A. Windows color (decimal): -12876204 or 5539387. OLE color: 5539387.

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

Color convert

RGB5913484-
CMYK0.5600.370.47
HSL140º38.86%37.84%-
HSV(B)140º55.97%52.55%-
XYZ11.9318.6211.35-
YUV105.88115.6594.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=21.30%
G=48.38%
B=30.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134840.5600.370.4714038.8637.84
Hex3B8654380252F8c2726
Octal7320612470045572144746
Binary111011100001101010100111000010010110111110001100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,84); }

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

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

 a { background-color: rgb(59,134,84); }

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

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

 span { border-color: rgb(59,134,84); }

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