#3B845B

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

Shades of Amazon #3B845B

Tints of Amazon #3B845B

Color information

#3B845B (or 0x3B845B) is unknown color: approx Amazon. HEX triplet: 3B, 84 and 5B. RGB value is (59,132,91). Sum of RGB (Red+Green+Blue) = 59+132+91=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #3B845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B845B is #C47BA4. Grayscale: #696969. Windows color (decimal): -12876709 or 5997627. OLE color: 5997627.

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

Color convert

RGB5913291-
CMYK0.5500.310.48
HSL146.3º38.22%37.45%-
HSV(B)146.3º55.3%51.76%-
XYZ11.9418.1912.78-
YUV105.5119.8294.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=20.92%
G=46.81%
B=32.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132910.5500.310.48146.338.2237.45
Hex3B845B3701F30922625
Octal7320413367037602224645
Binary11101110000100101101111011101111111000010010010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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