#34805A

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

Shades of Amazon #34805A

Tints of Amazon #34805A

Color information

#34805A (or 0x34805A) is unknown color: approx Amazon. HEX triplet: 34, 80 and 5A. RGB value is (52,128,90). Sum of RGB (Red+Green+Blue) = 52+128+90=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #34805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34805A is #CB7FA5. Grayscale: #656565. Windows color (decimal): -13336486 or 5931060. OLE color: 5931060.

HSL color Cylindrical-coordinate representation of color #34805A: hue angle of 150º 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 #34805A is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB5212890-
CMYK0.5900.300.50
HSL150º42.22%35.29%-
HSV(B)150º59.38%50.2%-
XYZ10.9816.9112.36-
YUV100.94121.8293.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=19.26%
G=47.41%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128900.5900.300.5015042.2235.29
Hex34805A3B01E32962a23
Octal6420013273036622265243
Binary11010010000000101101011101101111011001010010110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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