#34784A

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

Shades of Amazon #34784A

Tints of Amazon #34784A

Color information

#34784A (or 0x34784A) is unknown color: approx Amazon. HEX triplet: 34, 78 and 4A. RGB value is (52,120,74). Sum of RGB (Red+Green+Blue) = 52+120+74=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #34784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34784A is #CB87B5. Grayscale: #5E5E5E. Windows color (decimal): -13338550 or 4880436. OLE color: 4880436.

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

Color convert

RGB5212074-
CMYK0.5700.380.53
HSL139.41º39.53%33.73%-
HSV(B)139.41º56.67%47.06%-
XYZ9.3714.668.81-
YUV94.42116.4797.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=21.14%
G=48.78%
B=30.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120740.5700.380.53139.4139.5333.73
Hex34784A39026358b2822
Octal6417011271046652135042
Binary11010011110001001010111001010011011010110001011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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