#3B704A

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

Shades of Amazon #3B704A

Tints of Amazon #3B704A

Color information

#3B704A (or 0x3B704A) is unknown color: approx Amazon. HEX triplet: 3B, 70 and 4A. RGB value is (59,112,74). Sum of RGB (Red+Green+Blue) = 59+112+74=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #3B704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B704A is #C48FB5. Grayscale: #5B5B5B. Windows color (decimal): -12881846 or 4878395. OLE color: 4878395.

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

Color convert

RGB5911274-
CMYK0.4700.340.56
HSL136.98º30.99%33.53%-
HSV(B)136.98º47.32%43.92%-
XYZ8.8313.018.52-
YUV91.82117.94104.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=24.08%
G=45.71%
B=30.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59112740.4700.340.56136.9830.9933.53
Hex3B704A2F02238891f22
Octal7316011257042702113742
Binary1110111110000100101010111101000101110001000100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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