#39774E

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

Shades of Amazon #39774E

Tints of Amazon #39774E

Color information

#39774E (or 0x39774E) is unknown color: approx Amazon. HEX triplet: 39, 77 and 4E. RGB value is (57,119,78). Sum of RGB (Red+Green+Blue) = 57+119+78=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #39774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39774E is #C688B1. Grayscale: #5F5F5F. Windows color (decimal): -13011122 or 5142329. OLE color: 5142329.

HSL color Cylindrical-coordinate representation of color #39774E: hue angle of 140.32º 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 #39774E is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB5711978-
CMYK0.5200.340.53
HSL140.32º35.23%34.51%-
HSV(B)140.32º52.1%46.67%-
XYZ9.6614.619.52-
YUV95.79117.96100.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=22.44%
G=46.85%
B=30.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119780.5200.340.53140.3235.2334.51
Hex39774E34022358c2323
Octal7116711664042652144343
Binary11100111101111001110110100010001011010110001100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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