#34795E

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

Shades of Amazon #34795E

Tints of Amazon #34795E

Color information

#34795E (or 0x34795E) is unknown color: approx Amazon. HEX triplet: 34, 79 and 5E. RGB value is (52,121,94). Sum of RGB (Red+Green+Blue) = 52+121+94=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #34795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34795E is #CB86A1. Grayscale: #616161. Windows color (decimal): -13338274 or 6191412. OLE color: 6191412.

HSL color Cylindrical-coordinate representation of color #34795E: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34795E is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5212194-
CMYK0.5700.220.53
HSL156.52º39.88%33.92%-
HSV(B)156.52º57.02%47.45%-
XYZ10.2715.2112.98-
YUV97.29126.1495.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=19.48%
G=45.32%
B=35.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121940.5700.220.53156.5239.8833.92
Hex34795E39016359d2822
Octal6417113671026652355042
Binary1101001111001101111011100101011011010110011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34795E; }

 p { color: rgb(52,121,94); }

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

<style>
 a { background-color: #34795E; }

 a { background-color: rgb(52,121,94); }

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

<style>
 span { border-color: #34795E; }

 span { border-color: rgb(52,121,94); }

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