#3B6F55

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

Shades of Amazon #3B6F55

Tints of Amazon #3B6F55

Color information

#3B6F55 (or 0x3B6F55) is unknown color: approx Amazon. HEX triplet: 3B, 6F and 55. RGB value is (59,111,85). Sum of RGB (Red+Green+Blue) = 59+111+85=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F55 is #C490AA. Grayscale: #5C5C5C. Windows color (decimal): -12882091 or 5599035. OLE color: 5599035.

HSL color Cylindrical-coordinate representation of color #3B6F55: hue angle of 150º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F55 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB5911185-
CMYK0.4700.230.56
HSL150º30.59%33.33%-
HSV(B)150º46.85%43.53%-
XYZ9.1312.9510.61-
YUV92.49123.77104.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=23.14%
G=43.53%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59111850.4700.230.5615030.5933.33
Hex3B6F552F01738961f21
Octal7315712557027702263741
Binary111011110111110101011011110101111110001001011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,111,85); }

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

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

 a { background-color: rgb(59,111,85); }

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

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

 span { border-color: rgb(59,111,85); }

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