#397051

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

Shades of Amazon #397051

Tints of Amazon #397051

Color information

#397051 (or 0x397051) is unknown color: approx Amazon. HEX triplet: 39, 70 and 51. RGB value is (57,112,81). Sum of RGB (Red+Green+Blue) = 57+112+81=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #397051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397051 is #C68FAE. Grayscale: #5C5C5C. Windows color (decimal): -13012911 or 5337145. OLE color: 5337145.

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

Color convert

RGB5711281-
CMYK0.4900.280.56
HSL146.18º32.54%33.14%-
HSV(B)146.18º49.11%43.92%-
XYZ8.9713.059.83-
YUV92.02121.78103.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=22.8%
G=44.8%
B=32.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112810.4900.280.56146.1832.5433.14
Hex3970513101C38922121
Octal7116012161034702224141
Binary1110011110000101000111000101110011100010010010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397051; }

 p { color: rgb(57,112,81); }

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

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

 a { background-color: rgb(57,112,81); }

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

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

 span { border-color: rgb(57,112,81); }

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