#34745A

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

Shades of Amazon #34745A

Tints of Amazon #34745A

Color information

#34745A (or 0x34745A) is unknown color: approx Amazon. HEX triplet: 34, 74 and 5A. RGB value is (52,116,90). Sum of RGB (Red+Green+Blue) = 52+116+90=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #34745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34745A is #CB8BA5. Grayscale: #5D5D5D. Windows color (decimal): -13339558 or 5927988. OLE color: 5927988.

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

Color convert

RGB5211690-
CMYK0.5500.220.55
HSL155.62º38.1%32.94%-
HSV(B)155.62º55.17%45.49%-
XYZ9.5113.9611.87-
YUV93.9125.898.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=20.16%
G=44.96%
B=34.88%

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
Decimal52116900.5500.220.55155.6238.132.94
Hex34745A37016379c2621
Octal6416413267026672344641
Binary1101001110100101101011011101011011011110011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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