#34784E

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

Shades of Amazon #34784E

Tints of Amazon #34784E

Color information

#34784E (or 0x34784E) is unknown color: approx Amazon. HEX triplet: 34, 78 and 4E. RGB value is (52,120,78). Sum of RGB (Red+Green+Blue) = 52+120+78=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #34784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34784E is #CB87B1. Grayscale: #5E5E5E. Windows color (decimal): -13338546 or 5142580. OLE color: 5142580.

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

Color convert

RGB5212078-
CMYK0.5700.350.53
HSL142.94º39.53%33.73%-
HSV(B)142.94º56.67%47.06%-
XYZ9.5114.719.55-
YUV94.88118.4797.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=20.8%
G=48%
B=31.2%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120780.5700.350.53142.9439.5333.73
Hex34784E39023358f2822
Octal6417011671043652175042
Binary11010011110001001110111001010001111010110001111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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