#3B845A

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

Shades of Amazon #3B845A

Tints of Amazon #3B845A

Color information

#3B845A (or 0x3B845A) is unknown color: approx Amazon. HEX triplet: 3B, 84 and 5A. RGB value is (59,132,90). Sum of RGB (Red+Green+Blue) = 59+132+90=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #3B845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B845A is #C47BA5. Grayscale: #696969. Windows color (decimal): -12876710 or 5932091. OLE color: 5932091.

HSL color Cylindrical-coordinate representation of color #3B845A: hue angle of 145.48º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B845A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB5913290-
CMYK0.5500.320.48
HSL145.48º38.22%37.45%-
HSV(B)145.48º55.3%51.76%-
XYZ11.918.1712.55-
YUV105.38119.3294.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=21.00%
G=46.98%
B=32.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132900.5500.320.48145.4838.2237.45
Hex3B845A3702030912625
Octal7320413267040602214645
Binary111011100001001011010110111010000011000010010001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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