#34775A

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

Shades of Amazon #34775A

Tints of Amazon #34775A

Color information

#34775A (or 0x34775A) is unknown color: approx Amazon. HEX triplet: 34, 77 and 5A. RGB value is (52,119,90). Sum of RGB (Red+Green+Blue) = 52+119+90=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #34775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34775A is #CB88A5. Grayscale: #5F5F5F. Windows color (decimal): -13338790 or 5928756. OLE color: 5928756.

HSL color Cylindrical-coordinate representation of color #34775A: hue angle of 154.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34775A is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5211990-
CMYK0.5600.240.53
HSL154.03º39.18%33.53%-
HSV(B)154.03º56.3%46.67%-
XYZ9.8614.6611.98-
YUV95.66124.896.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=19.92%
G=45.59%
B=34.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119900.5600.240.53154.0339.1833.53
Hex34775A38018359a2722
Octal6416713270030652324742
Binary1101001110111101101011100001100011010110011010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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