#34784F

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

Shades of Amazon #34784F

Tints of Amazon #34784F

Color information

#34784F (or 0x34784F) is unknown color: approx Amazon. HEX triplet: 34, 78 and 4F. RGB value is (52,120,79). Sum of RGB (Red+Green+Blue) = 52+120+79=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #34784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34784F is #CB87B0. Grayscale: #5F5F5F. Windows color (decimal): -13338545 or 5208116. OLE color: 5208116.

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

Color convert

RGB5212079-
CMYK0.5700.340.53
HSL143.82º39.53%33.73%-
HSV(B)143.82º56.67%47.06%-
XYZ9.5414.739.74-
YUV94.99118.9797.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=20.72%
G=47.81%
B=31.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120790.5700.340.53143.8239.5333.73
Hex34784F3902235902822
Octal6417011771042652205042
Binary11010011110001001111111001010001011010110010000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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