#34704E

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

Shades of Amazon #34704E

Tints of Amazon #34704E

Color information

#34704E (or 0x34704E) is unknown color: approx Amazon. HEX triplet: 34, 70 and 4E. RGB value is (52,112,78). Sum of RGB (Red+Green+Blue) = 52+112+78=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #34704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34704E is #CB8FB1. Grayscale: #5A5A5A. Windows color (decimal): -13340594 or 5140532. OLE color: 5140532.

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

Color convert

RGB5211278-
CMYK0.5400.300.56
HSL146º36.59%32.16%-
HSV(B)146º53.57%43.92%-
XYZ8.5912.879.24-
YUV90.18121.12100.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=21.49%
G=46.28%
B=32.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112780.5400.300.5614636.5932.16
Hex34704E3601E38922520
Octal6416011666036702224540
Binary1101001110000100111011011001111011100010010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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