#34704B

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

Shades of Amazon #34704B

Tints of Amazon #34704B

Color information

#34704B (or 0x34704B) is unknown color: approx Amazon. HEX triplet: 34, 70 and 4B. RGB value is (52,112,75). Sum of RGB (Red+Green+Blue) = 52+112+75=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #34704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34704B is #CB8FB4. Grayscale: #595959. Windows color (decimal): -13340597 or 4943924. OLE color: 4943924.

HSL color Cylindrical-coordinate representation of color #34704B: hue angle of 143º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34704B is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB5211275-
CMYK0.5400.330.56
HSL143º36.59%32.16%-
HSV(B)143º53.57%43.92%-
XYZ8.4812.838.69-
YUV89.84119.62101.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=21.76%
G=46.86%
B=31.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112750.5400.330.5614336.5932.16
Hex34704B36021388f2520
Octal6416011366041702174540
Binary11010011100001001011110110010000111100010001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34704B; }

 p { color: rgb(52,112,75); }

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

<style>
 a { background-color: #34704B; }

 a { background-color: rgb(52,112,75); }

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

<style>
 span { border-color: #34704B; }

 span { border-color: rgb(52,112,75); }

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