#34744A

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

Shades of Amazon #34744A

Tints of Amazon #34744A

Color information

#34744A (or 0x34744A) is unknown color: approx Amazon. HEX triplet: 34, 74 and 4A. RGB value is (52,116,74). Sum of RGB (Red+Green+Blue) = 52+116+74=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #34744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34744A is #CB8BB5. Grayscale: #5C5C5C. Windows color (decimal): -13339574 or 4879412. OLE color: 4879412.

HSL color Cylindrical-coordinate representation of color #34744A: hue angle of 140.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34744A is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB5211674-
CMYK0.5500.360.55
HSL140.62º38.1%32.94%-
HSV(B)140.62º55.17%45.49%-
XYZ8.913.728.66-
YUV92.08117.899.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=21.49%
G=47.93%
B=30.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116740.5500.360.55140.6238.132.94
Hex34744A37024378d2621
Octal6416411267044672154641
Binary11010011101001001010110111010010011011110001101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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