#3B7155

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

Shades of Amazon #3B7155

Tints of Amazon #3B7155

Color information

#3B7155 (or 0x3B7155) is unknown color: approx Amazon. HEX triplet: 3B, 71 and 55. RGB value is (59,113,85). Sum of RGB (Red+Green+Blue) = 59+113+85=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7155 is #C48EAA. Grayscale: #5D5D5D. Windows color (decimal): -12881579 or 5599547. OLE color: 5599547.

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

Color convert

RGB5911385-
CMYK0.4800.250.56
HSL148.89º31.4%33.73%-
HSV(B)148.89º47.79%44.31%-
XYZ9.3513.410.69-
YUV93.66123.11103.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=22.96%
G=43.97%
B=33.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113850.4800.250.56148.8931.433.73
Hex3B71553001938951f22
Octal7316112560031702253742
Binary111011111000110101011100000110011110001001010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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