#3B7554

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

Shades of Amazon #3B7554

Tints of Amazon #3B7554

Color information

#3B7554 (or 0x3B7554) is unknown color: approx Amazon. HEX triplet: 3B, 75 and 54. RGB value is (59,117,84). Sum of RGB (Red+Green+Blue) = 59+117+84=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7554 is #C48AAB. Grayscale: #5F5F5F. Windows color (decimal): -12880556 or 5535035. OLE color: 5535035.

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

Color convert

RGB5911784-
CMYK0.5000.280.54
HSL145.86º32.95%34.51%-
HSV(B)145.86º49.57%45.88%-
XYZ9.7714.2910.63-
YUV95.9121.28101.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=22.69%
G=45%
B=32.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117840.5000.280.54145.8632.9534.51
Hex3B75543201C36922123
Octal7316512462034662224143
Binary1110111110101101010011001001110011011010010010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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