#34774B

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

Shades of Amazon #34774B

Tints of Amazon #34774B

Color information

#34774B (or 0x34774B) is unknown color: approx Amazon. HEX triplet: 34, 77 and 4B. RGB value is (52,119,75). Sum of RGB (Red+Green+Blue) = 52+119+75=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #34774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34774B is #CB88B4. Grayscale: #5E5E5E. Windows color (decimal): -13338805 or 4945716. OLE color: 4945716.

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

Color convert

RGB5211975-
CMYK0.5600.370.53
HSL140.6º39.18%33.53%-
HSV(B)140.6º56.3%46.67%-
XYZ9.2814.438.95-
YUV93.95117.398.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=21.14%
G=48.37%
B=30.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119750.5600.370.53140.639.1833.53
Hex34774B38025358d2722
Octal6416711370045652154742
Binary11010011101111001011111000010010111010110001101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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