#3B845E

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

Shades of Amazon #3B845E

Tints of Amazon #3B845E

Color information

#3B845E (or 0x3B845E) is unknown color: approx Amazon. HEX triplet: 3B, 84 and 5E. RGB value is (59,132,94). Sum of RGB (Red+Green+Blue) = 59+132+94=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #3B845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B845E is #C47BA1. Grayscale: #696969. Windows color (decimal): -12876706 or 6194235. OLE color: 6194235.

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

Color convert

RGB5913294-
CMYK0.5500.290.48
HSL148.77º38.22%37.45%-
HSV(B)148.77º55.3%51.76%-
XYZ12.0818.2413.47-
YUV105.84121.3294.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=20.70%
G=46.32%
B=32.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132940.5500.290.48148.7738.2237.45
Hex3B845E3701D30952625
Octal7320413667035602254645
Binary11101110000100101111011011101110111000010010101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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