#3B6A4C

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

Shades of Amazon #3B6A4C

Tints of Amazon #3B6A4C

Color information

#3B6A4C (or 0x3B6A4C) is unknown color: approx Amazon. HEX triplet: 3B, 6A and 4C. RGB value is (59,106,76). Sum of RGB (Red+Green+Blue) = 59+106+76=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6A4C is #C495B3. Grayscale: #585858. Windows color (decimal): -12883380 or 5007931. OLE color: 5007931.

HSL color Cylindrical-coordinate representation of color #3B6A4C: hue angle of 141.7º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6A4C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB5910676-
CMYK0.4400.280.58
HSL141.7º28.48%32.35%-
HSV(B)141.7º44.34%41.57%-
XYZ8.2611.768.67-
YUV88.53120.93106.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=24.48%
G=43.98%
B=31.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59106760.4400.280.58141.728.4832.35
Hex3B6A4C2C01C3A8e1c20
Octal7315211454034722163440
Binary111011110101010011001011000111001110101000111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,76); }

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

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

 a { background-color: rgb(59,106,76); }

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

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

 span { border-color: rgb(59,106,76); }

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