#3B7352

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

Shades of Amazon #3B7352

Tints of Amazon #3B7352

Color information

#3B7352 (or 0x3B7352) is unknown color: approx Amazon. HEX triplet: 3B, 73 and 52. RGB value is (59,115,82). Sum of RGB (Red+Green+Blue) = 59+115+82=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7352 is #C48CAD. Grayscale: #5E5E5E. Windows color (decimal): -12881070 or 5403451. OLE color: 5403451.

HSL color Cylindrical-coordinate representation of color #3B7352: hue angle of 144.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7352 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB5911582-
CMYK0.4900.290.55
HSL144.64º32.18%34.12%-
HSV(B)144.64º48.7%45.1%-
XYZ9.4613.810.15-
YUV94.49120.95102.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=23.05%
G=44.92%
B=32.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115820.4900.290.55144.6432.1834.12
Hex3B73523101D37912022
Octal7316312261035672214042
Binary1110111110011101001011000101110111011110010001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,82); }

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

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

 a { background-color: rgb(59,115,82); }

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

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

 span { border-color: rgb(59,115,82); }

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