#34734C

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

Shades of Amazon #34734C

Tints of Amazon #34734C

Color information

#34734C (or 0x34734C) is unknown color: approx Amazon. HEX triplet: 34, 73 and 4C. RGB value is (52,115,76). Sum of RGB (Red+Green+Blue) = 52+115+76=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #34734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34734C is #CB8CB3. Grayscale: #5B5B5B. Windows color (decimal): -13339828 or 5010228. OLE color: 5010228.

HSL color Cylindrical-coordinate representation of color #34734C: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34734C is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB5211576-
CMYK0.5500.340.55
HSL142.86º37.72%32.75%-
HSV(B)142.86º54.78%45.1%-
XYZ8.8513.518.98-
YUV91.72119.1399.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=21.40%
G=47.33%
B=31.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115760.5500.340.55142.8637.7232.75
Hex34734C37022378f2621
Octal6416311467042672174641
Binary11010011100111001100110111010001011011110001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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