#397158

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

Shades of Amazon #397158

Tints of Amazon #397158

Color information

#397158 (or 0x397158) is unknown color: approx Amazon. HEX triplet: 39, 71 and 58. RGB value is (57,113,88). Sum of RGB (Red+Green+Blue) = 57+113+88=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #397158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397158 is #C68EA7. Grayscale: #5D5D5D. Windows color (decimal): -13012648 or 5796153. OLE color: 5796153.

HSL color Cylindrical-coordinate representation of color #397158: hue angle of 153.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397158 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB5711388-
CMYK0.5000.220.56
HSL153.21º32.94%33.33%-
HSV(B)153.21º49.56%44.31%-
XYZ9.3513.3811.32-
YUV93.41124.95102.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=22.09%
G=43.80%
B=34.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113880.5000.220.56153.2132.9433.33
Hex3971583201638992121
Octal7116113062026702314141
Binary1110011110001101100011001001011011100010011001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397158; }

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

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

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

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

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

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

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

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