#34814A

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

Shades of Amazon #34814A

Tints of Amazon #34814A

Color information

#34814A (or 0x34814A) is unknown color: approx Amazon. HEX triplet: 34, 81 and 4A. RGB value is (52,129,74). Sum of RGB (Red+Green+Blue) = 52+129+74=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #34814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34814A is #CB7EB5. Grayscale: #636363. Windows color (decimal): -13336246 or 4882740. OLE color: 4882740.

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

Color convert

RGB5212974-
CMYK0.6000.430.49
HSL137.14º42.54%35.49%-
HSV(B)137.14º59.69%50.59%-
XYZ10.516.929.19-
YUV99.71113.4993.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=20.39%
G=50.59%
B=29.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129740.6000.430.49137.1442.5435.49
Hex34814A3C02B31892b23
Octal6420111274053612115343
Binary110100100000011001010111100010101111000110001001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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