#34704A

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

Shades of Amazon #34704A

Tints of Amazon #34704A

Color information

#34704A (or 0x34704A) is unknown color: approx Amazon. HEX triplet: 34, 70 and 4A. RGB value is (52,112,74). Sum of RGB (Red+Green+Blue) = 52+112+74=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #34704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34704A is #CB8FB5. Grayscale: #595959. Windows color (decimal): -13340598 or 4878388. OLE color: 4878388.

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

Color convert

RGB5211274-
CMYK0.5400.340.56
HSL142º36.59%32.16%-
HSV(B)142º53.57%43.92%-
XYZ8.4512.818.51-
YUV89.73119.12101.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=21.85%
G=47.06%
B=31.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112740.5400.340.5614236.5932.16
Hex34704A36022388e2520
Octal6416011266042702164540
Binary11010011100001001010110110010001011100010001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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