#397C4C

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

Shades of Amazon #397C4C

Tints of Amazon #397C4C

Color information

#397C4C (or 0x397C4C) is unknown color: approx Amazon. HEX triplet: 39, 7C and 4C. RGB value is (57,124,76). Sum of RGB (Red+Green+Blue) = 57+124+76=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #397C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C4C is #C683B3. Grayscale: #626262. Windows color (decimal): -13009844 or 5012537. OLE color: 5012537.

HSL color Cylindrical-coordinate representation of color #397C4C: hue angle of 137.01º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C4C is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB5712476-
CMYK0.5400.390.51
HSL137.01º37.02%35.49%-
HSV(B)137.01º54.03%48.63%-
XYZ10.215.819.35-
YUV98.49115.398.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=22.18%
G=48.25%
B=29.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124760.5400.390.51137.0137.0235.49
Hex397C4C3602733892523
Octal7117411466047632114543
Binary11100111111001001100110110010011111001110001001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397C4C; }

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

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

<style>
 a { background-color: #397C4C; }

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

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

<style>
 span { border-color: #397C4C; }

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

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