#34734D

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

Shades of Amazon #34734D

Tints of Amazon #34734D

Color information

#34734D (or 0x34734D) is unknown color: approx Amazon. HEX triplet: 34, 73 and 4D. RGB value is (52,115,77). Sum of RGB (Red+Green+Blue) = 52+115+77=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #34734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34734D is #CB8CB2. Grayscale: #5B5B5B. Windows color (decimal): -13339827 or 5075764. OLE color: 5075764.

HSL color Cylindrical-coordinate representation of color #34734D: hue angle of 143.81º 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 #34734D is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB5211577-
CMYK0.5500.330.55
HSL143.81º37.72%32.75%-
HSV(B)143.81º54.78%45.1%-
XYZ8.8913.539.16-
YUV91.83119.6399.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=21.31%
G=47.13%
B=31.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115770.5500.330.55143.8137.7232.75
Hex34734D3702137902621
Octal6416311567041672204641
Binary11010011100111001101110111010000111011110010000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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