#34745b

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

Shades of Amazon #34745B

Tints of Amazon #34745B

Color information

#34745B (or 0x34745B) is unknown color: approx Amazon. HEX triplet: 34, 74 and 5B. RGB value is (52,116,91). Sum of RGB (Red+Green+Blue) = 52+116+91=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #34745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34745B is #CB8BA4. Grayscale: #5E5E5E. Windows color (decimal): -13339557 or 5993524. OLE color: 5993524.

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

Color convert

RGB5211691-
CMYK0.5500.220.55
HSL156.56º38.1%32.94%-
HSV(B)156.56º55.17%45.49%-
XYZ9.5513.9812.09-
YUV94.01126.398.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=20.08%
G=44.79%
B=35.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116910.5500.220.55156.5638.132.94
Hex34745B37016379d2621
Octal6416413367026672354641
Binary1101001110100101101111011101011011011110011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34745b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34745b; }

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

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

<style>
 a { background-color: #34745b; }

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

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

<style>
 span { border-color: #34745b; }

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

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