#3B865A

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

Shades of Amazon #3B865A

Tints of Amazon #3B865A

Color information

#3B865A (or 0x3B865A) is unknown color: approx Amazon. HEX triplet: 3B, 86 and 5A. RGB value is (59,134,90). Sum of RGB (Red+Green+Blue) = 59+134+90=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #3B865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B865A is #C479A5. Grayscale: #6A6A6A. Windows color (decimal): -12876198 or 5932603. OLE color: 5932603.

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

Color convert

RGB5913490-
CMYK0.5600.330.47
HSL144.8º38.86%37.84%-
HSV(B)144.8º55.97%52.55%-
XYZ12.1718.7212.64-
YUV106.56118.6594.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=20.85%
G=47.35%
B=31.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134900.5600.330.47144.838.8637.84
Hex3B865A380212F912726
Octal7320613270041572214746
Binary111011100001101011010111000010000110111110010001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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