#34714C

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

Shades of Amazon #34714C

Tints of Amazon #34714C

Color information

#34714C (or 0x34714C) is unknown color: approx Amazon. HEX triplet: 34, 71 and 4C. RGB value is (52,113,76). Sum of RGB (Red+Green+Blue) = 52+113+76=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #34714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34714C is #CB8EB3. Grayscale: #5A5A5A. Windows color (decimal): -13340340 or 5009716. OLE color: 5009716.

HSL color Cylindrical-coordinate representation of color #34714C: hue angle of 143.61º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34714C is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB5211376-
CMYK0.5400.330.56
HSL143.61º36.97%32.35%-
HSV(B)143.61º53.98%44.31%-
XYZ8.6313.068.9-
YUV90.54119.79100.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=21.58%
G=46.89%
B=31.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113760.5400.330.56143.6136.9732.35
Hex34714C3602138902520
Octal6416111466041702204540
Binary11010011100011001100110110010000111100010010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34714C; }

 p { color: rgb(52,113,76); }

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

<style>
 a { background-color: #34714C; }

 a { background-color: rgb(52,113,76); }

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

<style>
 span { border-color: #34714C; }

 span { border-color: rgb(52,113,76); }

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