#397052

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

Shades of Amazon #397052

Tints of Amazon #397052

Color information

#397052 (or 0x397052) is unknown color: approx Amazon. HEX triplet: 39, 70 and 52. RGB value is (57,112,82). Sum of RGB (Red+Green+Blue) = 57+112+82=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #397052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397052 is #C68FAD. Grayscale: #5C5C5C. Windows color (decimal): -13012910 or 5402681. OLE color: 5402681.

HSL color Cylindrical-coordinate representation of color #397052: hue angle of 147.27º 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 #397052 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5711282-
CMYK0.4900.270.56
HSL147.27º32.54%33.14%-
HSV(B)147.27º49.11%43.92%-
XYZ913.0710.03-
YUV92.14122.28102.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=22.71%
G=44.62%
B=32.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112820.4900.270.56147.2732.5433.14
Hex3970523101B38932121
Octal7116012261033702234141
Binary1110011110000101001011000101101111100010010011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397052; }

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

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

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

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

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

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

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

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