#3B7053

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

Shades of Amazon #3B7053

Tints of Amazon #3B7053

Color information

#3B7053 (or 0x3B7053) is unknown color: approx Amazon. HEX triplet: 3B, 70 and 53. RGB value is (59,112,83). Sum of RGB (Red+Green+Blue) = 59+112+83=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7053 is #C48FAC. Grayscale: #5C5C5C. Windows color (decimal): -12881837 or 5468219. OLE color: 5468219.

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

Color convert

RGB5911283-
CMYK0.4700.260.56
HSL147.17º30.99%33.53%-
HSV(B)147.17º47.32%43.92%-
XYZ9.1613.1410.24-
YUV92.85122.44103.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=23.23%
G=44.09%
B=32.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112830.4700.260.56147.1730.9933.53
Hex3B70532F01A38931f22
Octal7316012357032702233742
Binary111011111000010100111011110110101110001001001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,112,83); }

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

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

 a { background-color: rgb(59,112,83); }

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

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

 span { border-color: rgb(59,112,83); }

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