#397B58

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

Shades of Amazon #397B58

Tints of Amazon #397B58

Color information

#397B58 (or 0x397B58) is unknown color: approx Amazon. HEX triplet: 39, 7B and 58. RGB value is (57,123,88). Sum of RGB (Red+Green+Blue) = 57+123+88=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #397B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B58 is #C684A7. Grayscale: #636363. Windows color (decimal): -13010088 or 5798713. OLE color: 5798713.

HSL color Cylindrical-coordinate representation of color #397B58: hue angle of 148.18º 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 #397B58 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB5712388-
CMYK0.5400.280.52
HSL148.18º36.67%35.29%-
HSV(B)148.18º53.66%48.24%-
XYZ10.5315.7411.72-
YUV99.28121.6397.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=21.27%
G=45.90%
B=32.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123880.5400.280.52148.1836.6735.29
Hex397B583601C34942523
Octal7117313066034642244543
Binary1110011111011101100011011001110011010010010100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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