#3A774C

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

Shades of Amazon #3A774C

Tints of Amazon #3A774C

Color information

#3A774C (or 0x3A774C) is unknown color: approx Amazon. HEX triplet: 3A, 77 and 4C. RGB value is (58,119,76). Sum of RGB (Red+Green+Blue) = 58+119+76=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #3A774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A774C is #C588B3. Grayscale: #5F5F5F. Windows color (decimal): -12945588 or 5011258. OLE color: 5011258.

HSL color Cylindrical-coordinate representation of color #3A774C: hue angle of 137.7º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A774C is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB5811976-
CMYK0.5100.360.53
HSL137.7º34.46%34.71%-
HSV(B)137.7º51.26%46.67%-
XYZ9.6514.619.15-
YUV95.86116.79101-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=22.92%
G=47.04%
B=30.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119760.5100.360.53137.734.4634.71
Hex3A774C33024358a2223
Octal7216711463044652124243
Binary11101011101111001100110011010010011010110001010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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