#3B864F

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

Shades of Amazon #3B864F

Tints of Amazon #3B864F

Color information

#3B864F (or 0x3B864F) is unknown color: approx Amazon. HEX triplet: 3B, 86 and 4F. RGB value is (59,134,79). Sum of RGB (Red+Green+Blue) = 59+134+79=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #3B864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B864F is #C479B0. Grayscale: #696969. Windows color (decimal): -12876209 or 5211707. OLE color: 5211707.

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

Color convert

RGB5913479-
CMYK0.5600.410.47
HSL136º38.86%37.84%-
HSV(B)136º55.97%52.55%-
XYZ11.7418.5410.36-
YUV105.3113.1594.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=21.69%
G=49.26%
B=29.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134790.5600.410.4713638.8637.84
Hex3B864F380292F882726
Octal7320611770051572104746
Binary111011100001101001111111000010100110111110001000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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