#34764F

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

Shades of Amazon #34764F

Tints of Amazon #34764F

Color information

#34764F (or 0x34764F) is unknown color: approx Amazon. HEX triplet: 34, 76 and 4F. RGB value is (52,118,79). Sum of RGB (Red+Green+Blue) = 52+118+79=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #34764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34764F is #CB89B0. Grayscale: #5D5D5D. Windows color (decimal): -13339057 or 5207604. OLE color: 5207604.

HSL color Cylindrical-coordinate representation of color #34764F: hue angle of 144.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34764F is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB5211879-
CMYK0.5600.330.54
HSL144.55º38.82%33.33%-
HSV(B)144.55º55.93%46.27%-
XYZ9.3114.259.66-
YUV93.82119.6398.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=20.88%
G=47.39%
B=31.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118790.5600.330.54144.5538.8233.33
Hex34764F3802136912721
Octal6416611770041662214741
Binary11010011101101001111111000010000111011010010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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