#34794E

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

Shades of Amazon #34794E

Tints of Amazon #34794E

Color information

#34794E (or 0x34794E) is unknown color: approx Amazon. HEX triplet: 34, 79 and 4E. RGB value is (52,121,78). Sum of RGB (Red+Green+Blue) = 52+121+78=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #34794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34794E is #CB86B1. Grayscale: #5F5F5F. Windows color (decimal): -13338290 or 5142836. OLE color: 5142836.

HSL color Cylindrical-coordinate representation of color #34794E: hue angle of 142.61º 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 #34794E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB5212178-
CMYK0.5700.360.53
HSL142.61º39.88%33.92%-
HSV(B)142.61º57.02%47.45%-
XYZ9.6314.959.59-
YUV95.47118.1497-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=20.72%
G=48.21%
B=31.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121780.5700.360.53142.6139.8833.92
Hex34794E39024358f2822
Octal6417111671044652175042
Binary11010011110011001110111001010010011010110001111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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