#34735A

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

Shades of Amazon #34735A

Tints of Amazon #34735A

Color information

#34735A (or 0x34735A) is unknown color: approx Amazon. HEX triplet: 34, 73 and 5A. RGB value is (52,115,90). Sum of RGB (Red+Green+Blue) = 52+115+90=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #34735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34735A is #CB8CA5. Grayscale: #5D5D5D. Windows color (decimal): -13339814 or 5927732. OLE color: 5927732.

HSL color Cylindrical-coordinate representation of color #34735A: hue angle of 156.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34735A is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB5211590-
CMYK0.5500.220.55
HSL156.19º37.72%32.75%-
HSV(B)156.19º54.78%45.1%-
XYZ9.3913.7311.83-
YUV93.31126.1398.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=20.23%
G=44.75%
B=35.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115900.5500.220.55156.1937.7232.75
Hex34735A37016379c2621
Octal6416313267026672344641
Binary1101001110011101101011011101011011011110011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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