#3B704E

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

Shades of Amazon #3B704E

Tints of Amazon #3B704E

Color information

#3B704E (or 0x3B704E) is unknown color: approx Amazon. HEX triplet: 3B, 70 and 4E. RGB value is (59,112,78). Sum of RGB (Red+Green+Blue) = 59+112+78=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #3B704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B704E is #C48FB1. Grayscale: #5C5C5C. Windows color (decimal): -12881842 or 5140539. OLE color: 5140539.

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

Color convert

RGB5911278-
CMYK0.4700.300.56
HSL141.51º30.99%33.53%-
HSV(B)141.51º47.32%43.92%-
XYZ8.9713.079.26-
YUV92.28119.94104.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.69%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=23.69%
G=44.98%
B=31.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112780.4700.300.56141.5130.9933.53
Hex3B704E2F01E388e1f22
Octal7316011657036702163742
Binary111011111000010011101011110111101110001000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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