#34774C

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

Shades of Amazon #34774C

Tints of Amazon #34774C

Color information

#34774C (or 0x34774C) is unknown color: approx Amazon. HEX triplet: 34, 77 and 4C. RGB value is (52,119,76). Sum of RGB (Red+Green+Blue) = 52+119+76=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #34774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34774C is #CB88B3. Grayscale: #5E5E5E. Windows color (decimal): -13338804 or 5011252. OLE color: 5011252.

HSL color Cylindrical-coordinate representation of color #34774C: hue angle of 141.49º 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 #34774C is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB5211976-
CMYK0.5600.360.53
HSL141.49º39.18%33.53%-
HSV(B)141.49º56.3%46.67%-
XYZ9.3214.459.13-
YUV94.06117.898-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=21.05%
G=48.18%
B=30.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119760.5600.360.53141.4939.1833.53
Hex34774C38024358d2722
Octal6416711470044652154742
Binary11010011101111001100111000010010011010110001101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34774C; }

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

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

<style>
 a { background-color: #34774C; }

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

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

<style>
 span { border-color: #34774C; }

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

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