#3B755D

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

Shades of Amazon #3B755D

Tints of Amazon #3B755D

Color information

#3B755D (or 0x3B755D) is unknown color: approx Amazon. HEX triplet: 3B, 75 and 5D. RGB value is (59,117,93). Sum of RGB (Red+Green+Blue) = 59+117+93=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #3B755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B755D is #C48AA2. Grayscale: #606060. Windows color (decimal): -12880547 or 6124859. OLE color: 6124859.

HSL color Cylindrical-coordinate representation of color #3B755D: hue angle of 155.17º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B755D is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB5911793-
CMYK0.5000.210.54
HSL155.17º32.95%34.51%-
HSV(B)155.17º49.57%45.88%-
XYZ10.1414.4412.61-
YUV96.92125.78100.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.93%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=21.93%
G=43.49%
B=34.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117930.5000.210.54155.1732.9534.51
Hex3B755D32015369b2123
Octal7316513562025662334143
Binary1110111110101101110111001001010111011010011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,117,93); }

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

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

 a { background-color: rgb(59,117,93); }

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

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

 span { border-color: rgb(59,117,93); }

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