#34744F

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

Shades of Amazon #34744F

Tints of Amazon #34744F

Color information

#34744F (or 0x34744F) is unknown color: approx Amazon. HEX triplet: 34, 74 and 4F. RGB value is (52,116,79). Sum of RGB (Red+Green+Blue) = 52+116+79=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #34744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34744F is #CB8BB0. Grayscale: #5C5C5C. Windows color (decimal): -13339569 or 5207092. OLE color: 5207092.

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

Color convert

RGB5211679-
CMYK0.5500.320.55
HSL145.31º38.1%32.94%-
HSV(B)145.31º55.17%45.49%-
XYZ9.0713.799.58-
YUV92.65120.399.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=21.05%
G=46.96%
B=31.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116790.5500.320.55145.3138.132.94
Hex34744F3702037912621
Octal6416411767040672214641
Binary11010011101001001111110111010000011011110010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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