#34805B

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

Shades of Amazon #34805B

Tints of Amazon #34805B

Color information

#34805B (or 0x34805B) is unknown color: approx Amazon. HEX triplet: 34, 80 and 5B. RGB value is (52,128,91). Sum of RGB (Red+Green+Blue) = 52+128+91=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #34805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34805B is #CB7FA4. Grayscale: #656565. Windows color (decimal): -13336485 or 5996596. OLE color: 5996596.

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

Color convert

RGB5212891-
CMYK0.5900.290.50
HSL150.79º42.22%35.29%-
HSV(B)150.79º59.38%50.2%-
XYZ11.0216.9212.58-
YUV101.06122.3293.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=19.19%
G=47.23%
B=33.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128910.5900.290.50150.7942.2235.29
Hex34805B3B01D32972a23
Octal6420013373035622275243
Binary11010010000000101101111101101110111001010010111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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