#34824E

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

Shades of Amazon #34824E

Tints of Amazon #34824E

Color information

#34824E (or 0x34824E) is unknown color: approx Amazon. HEX triplet: 34, 82 and 4E. RGB value is (52,130,78). Sum of RGB (Red+Green+Blue) = 52+130+78=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #34824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34824E is #CB7DB1. Grayscale: #646464. Windows color (decimal): -13335986 or 5145140. OLE color: 5145140.

HSL color Cylindrical-coordinate representation of color #34824E: hue angle of 140º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34824E is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB5213078-
CMYK0.6000.400.49
HSL140º42.86%35.69%-
HSV(B)140º60%50.98%-
XYZ10.7717.259.97-
YUV100.75115.1693.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130780.6000.400.4914042.8635.69
Hex34824E3C028318c2b24
Octal6420211674050612145344
Binary110100100000101001110111100010100011000110001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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