#3B6B50

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

Shades of Amazon #3B6B50

Tints of Amazon #3B6B50

Color information

#3B6B50 (or 0x3B6B50) is unknown color: approx Amazon. HEX triplet: 3B, 6B and 50. RGB value is (59,107,80). Sum of RGB (Red+Green+Blue) = 59+107+80=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B50 is #C494AF. Grayscale: #595959. Windows color (decimal): -12883120 or 5270331. OLE color: 5270331.

HSL color Cylindrical-coordinate representation of color #3B6B50: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B50 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB5910780-
CMYK0.4500.250.58
HSL146.25º28.92%32.55%-
HSV(B)146.25º44.86%41.96%-
XYZ8.5112.029.46-
YUV89.57122.6106.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.98%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=23.98%
G=43.50%
B=32.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59107800.4500.250.58146.2528.9232.55
Hex3B6B502D0193A921d21
Octal7315312055031722223541
Binary111011110101110100001011010110011110101001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,107,80); }

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

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

 a { background-color: rgb(59,107,80); }

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

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

 span { border-color: rgb(59,107,80); }

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