#34794A

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

Shades of Amazon #34794A

Tints of Amazon #34794A

Color information

#34794A (or 0x34794A) is unknown color: approx Amazon. HEX triplet: 34, 79 and 4A. RGB value is (52,121,74). Sum of RGB (Red+Green+Blue) = 52+121+74=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #34794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34794A is #CB86B5. Grayscale: #5F5F5F. Windows color (decimal): -13338294 or 4880692. OLE color: 4880692.

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

Color convert

RGB5212174-
CMYK0.5700.390.53
HSL139.13º39.88%33.92%-
HSV(B)139.13º57.02%47.45%-
XYZ9.4914.98.85-
YUV95.01116.1497.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=21.05%
G=48.99%
B=29.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121740.5700.390.53139.1339.8833.92
Hex34794A39027358b2822
Octal6417111271047652135042
Binary11010011110011001010111001010011111010110001011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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