#34744D

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

Shades of Amazon #34744D

Tints of Amazon #34744D

Color information

#34744D (or 0x34744D) is unknown color: approx Amazon. HEX triplet: 34, 74 and 4D. RGB value is (52,116,77). Sum of RGB (Red+Green+Blue) = 52+116+77=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #34744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34744D is #CB8BB2. Grayscale: #5C5C5C. Windows color (decimal): -13339571 or 5076020. OLE color: 5076020.

HSL color Cylindrical-coordinate representation of color #34744D: hue angle of 143.44º 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 #34744D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB5211677-
CMYK0.5500.340.55
HSL143.44º38.1%32.94%-
HSV(B)143.44º55.17%45.49%-
XYZ913.769.2-
YUV92.42119.399.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=21.22%
G=47.35%
B=31.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116770.5500.340.55143.4438.132.94
Hex34744D37022378f2621
Octal6416411567042672174641
Binary11010011101001001101110111010001011011110001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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