#34804E

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

Shades of Amazon #34804E

Tints of Amazon #34804E

Color information

#34804E (or 0x34804E) is unknown color: approx Amazon. HEX triplet: 34, 80 and 4E. RGB value is (52,128,78). Sum of RGB (Red+Green+Blue) = 52+128+78=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #34804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34804E is #CB7FB1. Grayscale: #636363. Windows color (decimal): -13336498 or 5144628. OLE color: 5144628.

HSL color Cylindrical-coordinate representation of color #34804E: hue angle of 140.53º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34804E is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB5212878-
CMYK0.5900.390.50
HSL140.53º42.22%35.29%-
HSV(B)140.53º59.38%50.2%-
XYZ10.5116.729.88-
YUV99.58115.8294.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 128 (50.39% from 255) = 49.61%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=20.16%
G=49.61%
B=30.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128780.5900.390.50140.5342.2235.29
Hex34804E3B027328d2a23
Octal6420011673047622155243
Binary110100100000001001110111011010011111001010001101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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