#3B7150

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

Shades of Amazon #3B7150

Tints of Amazon #3B7150

Color information

#3B7150 (or 0x3B7150) is unknown color: approx Amazon. HEX triplet: 3B, 71 and 50. RGB value is (59,113,80). Sum of RGB (Red+Green+Blue) = 59+113+80=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7150 is #C48EAF. Grayscale: #5D5D5D. Windows color (decimal): -12881584 or 5271867. OLE color: 5271867.

HSL color Cylindrical-coordinate representation of color #3B7150: hue angle of 143.33º 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 #3B7150 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB5911380-
CMYK0.4800.290.56
HSL143.33º31.4%33.73%-
HSV(B)143.33º47.79%44.31%-
XYZ9.1613.329.68-
YUV93.09120.61103.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=23.41%
G=44.84%
B=31.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113800.4800.290.56143.3331.433.73
Hex3B71503001D388f1f22
Octal7316112060035702173742
Binary111011111000110100001100000111011110001000111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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