#34764E

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

Shades of Amazon #34764E

Tints of Amazon #34764E

Color information

#34764E (or 0x34764E) is unknown color: approx Amazon. HEX triplet: 34, 76 and 4E. RGB value is (52,118,78). Sum of RGB (Red+Green+Blue) = 52+118+78=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #34764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34764E is #CB89B1. Grayscale: #5D5D5D. Windows color (decimal): -13339058 or 5142068. OLE color: 5142068.

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

Color convert

RGB5211878-
CMYK0.5600.340.54
HSL143.64º38.82%33.33%-
HSV(B)143.64º55.93%46.27%-
XYZ9.2714.249.47-
YUV93.71119.1398.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=20.97%
G=47.58%
B=31.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118780.5600.340.54143.6438.8233.33
Hex34764E3802236902721
Octal6416611670042662204741
Binary11010011101101001110111000010001011011010010000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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