#34755B

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

Shades of Amazon #34755B

Tints of Amazon #34755B

Color information

#34755B (or 0x34755B) is unknown color: approx Amazon. HEX triplet: 34, 75 and 5B. RGB value is (52,117,91). Sum of RGB (Red+Green+Blue) = 52+117+91=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #34755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34755B is #CB8AA4. Grayscale: #5E5E5E. Windows color (decimal): -13339301 or 5993780. OLE color: 5993780.

HSL color Cylindrical-coordinate representation of color #34755B: hue angle of 156º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34755B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB5211791-
CMYK0.5600.220.54
HSL156º38.46%33.14%-
HSV(B)156º55.56%45.88%-
XYZ9.6714.2112.13-
YUV94.6125.9797.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 91 (35.94% from 255) = 35%
R=20%
G=45%
B=35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117910.5600.220.5415638.4633.14
Hex34755B38016369c2621
Octal6416513370026662344641
Binary1101001110101101101111100001011011011010011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34755B; }

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

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

<style>
 a { background-color: #34755B; }

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

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

<style>
 span { border-color: #34755B; }

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

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