#3B845D

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

Shades of Amazon #3B845D

Tints of Amazon #3B845D

Color information

#3B845D (or 0x3B845D) is unknown color: approx Amazon. HEX triplet: 3B, 84 and 5D. RGB value is (59,132,93). Sum of RGB (Red+Green+Blue) = 59+132+93=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #3B845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B845D is #C47BA2. Grayscale: #696969. Windows color (decimal): -12876707 or 6128699. OLE color: 6128699.

HSL color Cylindrical-coordinate representation of color #3B845D: hue angle of 147.95º 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 #3B845D is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB5913293-
CMYK0.5500.300.48
HSL147.95º38.22%37.45%-
HSV(B)147.95º55.3%51.76%-
XYZ12.0318.2213.24-
YUV105.73120.8294.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=20.77%
G=46.48%
B=32.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132930.5500.300.48147.9538.2237.45
Hex3B845D3701E30942625
Octal7320413567036602244645
Binary11101110000100101110111011101111011000010010100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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