#3A734C

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

Shades of Amazon #3A734C

Tints of Amazon #3A734C

Color information

#3A734C (or 0x3A734C) is unknown color: approx Amazon. HEX triplet: 3A, 73 and 4C. RGB value is (58,115,76). Sum of RGB (Red+Green+Blue) = 58+115+76=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #3A734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A734C is #C58CB3. Grayscale: #5D5D5D. Windows color (decimal): -12946612 or 5010234. OLE color: 5010234.

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

Color convert

RGB5811576-
CMYK0.5000.340.55
HSL138.95º32.95%33.92%-
HSV(B)138.95º49.57%45.1%-
XYZ9.1813.688.99-
YUV93.51118.12102.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=23.29%
G=46.18%
B=30.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115760.5000.340.55138.9532.9533.92
Hex3A734C32022378b2122
Octal7216311462042672134142
Binary11101011100111001100110010010001011011110001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A734C; }

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

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

<style>
 a { background-color: #3A734C; }

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

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

<style>
 span { border-color: #3A734C; }

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

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