#34704F

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

Shades of Amazon #34704F

Tints of Amazon #34704F

Color information

#34704F (or 0x34704F) is unknown color: approx Amazon. HEX triplet: 34, 70 and 4F. RGB value is (52,112,79). Sum of RGB (Red+Green+Blue) = 52+112+79=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #34704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34704F is #CB8FB0. Grayscale: #5A5A5A. Windows color (decimal): -13340593 or 5206068. OLE color: 5206068.

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

Color convert

RGB5211279-
CMYK0.5400.290.56
HSL147º36.59%32.16%-
HSV(B)147º53.57%43.92%-
XYZ8.6212.889.43-
YUV90.3121.62100.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=21.40%
G=46.09%
B=32.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112790.5400.290.5614736.5932.16
Hex34704F3601D38932520
Octal6416011766035702234540
Binary1101001110000100111111011001110111100010010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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