#34774D

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

Shades of Amazon #34774D

Tints of Amazon #34774D

Color information

#34774D (or 0x34774D) is unknown color: approx Amazon. HEX triplet: 34, 77 and 4D. RGB value is (52,119,77). Sum of RGB (Red+Green+Blue) = 52+119+77=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #34774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34774D is #CB88B2. Grayscale: #5E5E5E. Windows color (decimal): -13338803 or 5076788. OLE color: 5076788.

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

Color convert

RGB5211977-
CMYK0.5600.350.53
HSL142.39º39.18%33.53%-
HSV(B)142.39º56.3%46.67%-
XYZ9.3514.469.32-
YUV94.18118.397.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=20.97%
G=47.98%
B=31.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119770.5600.350.53142.3939.1833.53
Hex34774D38023358e2722
Octal6416711570043652164742
Binary11010011101111001101111000010001111010110001110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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