#3B6D52

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

Shades of Amazon #3B6D52

Tints of Amazon #3B6D52

Color information

#3B6D52 (or 0x3B6D52) is unknown color: approx Amazon. HEX triplet: 3B, 6D and 52. RGB value is (59,109,82). Sum of RGB (Red+Green+Blue) = 59+109+82=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #3B6D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D52 is #C492AD. Grayscale: #5B5B5B. Windows color (decimal): -12882606 or 5401915. OLE color: 5401915.

HSL color Cylindrical-coordinate representation of color #3B6D52: hue angle of 147.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6D52 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB5910982-
CMYK0.4600.250.57
HSL147.6º29.76%32.94%-
HSV(B)147.6º45.87%42.75%-
XYZ8.812.489.93-
YUV90.97122.94105.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=23.6%
G=43.6%
B=32.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59109820.4600.250.57147.629.7632.94
Hex3B6D522E01939941e21
Octal7315512256031712243641
Binary111011110110110100101011100110011110011001010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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