#39774C

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

Shades of Amazon #39774C

Tints of Amazon #39774C

Color information

#39774C (or 0x39774C) is unknown color: approx Amazon. HEX triplet: 39, 77 and 4C. RGB value is (57,119,76). Sum of RGB (Red+Green+Blue) = 57+119+76=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #39774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39774C is #C688B3. Grayscale: #5F5F5F. Windows color (decimal): -13011124 or 5011257. OLE color: 5011257.

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

Color convert

RGB5711976-
CMYK0.5200.360.53
HSL138.39º35.23%34.51%-
HSV(B)138.39º52.1%46.67%-
XYZ9.5914.599.15-
YUV95.56116.96100.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=22.62%
G=47.22%
B=30.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119760.5200.360.53138.3935.2334.51
Hex39774C34024358a2323
Octal7116711464044652124343
Binary11100111101111001100110100010010011010110001010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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