#34774F

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

Shades of Amazon #34774F

Tints of Amazon #34774F

Color information

#34774F (or 0x34774F) is unknown color: approx Amazon. HEX triplet: 34, 77 and 4F. RGB value is (52,119,79). Sum of RGB (Red+Green+Blue) = 52+119+79=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #34774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34774F is #CB88B0. Grayscale: #5E5E5E. Windows color (decimal): -13338801 or 5207860. OLE color: 5207860.

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

Color convert

RGB5211979-
CMYK0.5600.340.53
HSL144.18º39.18%33.53%-
HSV(B)144.18º56.3%46.67%-
XYZ9.4214.499.7-
YUV94.41119.397.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=20.8%
G=47.6%
B=31.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119790.5600.340.53144.1839.1833.53
Hex34774F3802235902722
Octal6416711770042652204742
Binary11010011101111001111111000010001011010110010000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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