#3B7550

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

Shades of Amazon #3B7550

Tints of Amazon #3B7550

Color information

#3B7550 (or 0x3B7550) is unknown color: approx Amazon. HEX triplet: 3B, 75 and 50. RGB value is (59,117,80). Sum of RGB (Red+Green+Blue) = 59+117+80=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7550 is #C48AAF. Grayscale: #5F5F5F. Windows color (decimal): -12880560 or 5272891. OLE color: 5272891.

HSL color Cylindrical-coordinate representation of color #3B7550: hue angle of 141.72º 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 #3B7550 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB5911780-
CMYK0.5000.320.54
HSL141.72º32.95%34.51%-
HSV(B)141.72º49.57%45.88%-
XYZ9.6114.239.83-
YUV95.44119.28102.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=23.05%
G=45.70%
B=31.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117800.5000.320.54141.7232.9534.51
Hex3B755032020368e2123
Octal7316512062040662164143
Binary11101111101011010000110010010000011011010001110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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