#397B4C

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

Shades of Amazon #397B4C

Tints of Amazon #397B4C

Color information

#397B4C (or 0x397B4C) is unknown color: approx Amazon. HEX triplet: 39, 7B and 4C. RGB value is (57,123,76). Sum of RGB (Red+Green+Blue) = 57+123+76=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #397B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B4C is #C684B3. Grayscale: #626262. Windows color (decimal): -13010100 or 5012281. OLE color: 5012281.

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

Color convert

RGB5712376-
CMYK0.5400.380.52
HSL137.27º36.67%35.29%-
HSV(B)137.27º53.66%48.24%-
XYZ10.0715.569.31-
YUV97.91115.6398.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=22.27%
G=48.05%
B=29.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123760.5400.380.52137.2736.6735.29
Hex397B4C3602634892523
Octal7117311466046642114543
Binary11100111110111001100110110010011011010010001001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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