#3B845F

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

Shades of Amazon #3B845F

Tints of Amazon #3B845F

Color information

#3B845F (or 0x3B845F) is unknown color: approx Amazon. HEX triplet: 3B, 84 and 5F. RGB value is (59,132,95). Sum of RGB (Red+Green+Blue) = 59+132+95=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #3B845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B845F is #C47BA0. Grayscale: #6A6A6A. Windows color (decimal): -12876705 or 6259771. OLE color: 6259771.

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

Color convert

RGB5913295-
CMYK0.5500.280.48
HSL149.59º38.22%37.45%-
HSV(B)149.59º55.3%51.76%-
XYZ12.1218.2613.71-
YUV105.96121.8294.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=20.63%
G=46.15%
B=33.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132950.5500.280.48149.5938.2237.45
Hex3B845F3701C30962625
Octal7320413767034602264645
Binary11101110000100101111111011101110011000010010110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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