#397752

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

Shades of Amazon #397752

Tints of Amazon #397752

Color information

#397752 (or 0x397752) is unknown color: approx Amazon. HEX triplet: 39, 77 and 52. RGB value is (57,119,82). Sum of RGB (Red+Green+Blue) = 57+119+82=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #397752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397752 is #C688AD. Grayscale: #606060. Windows color (decimal): -13011118 or 5404473. OLE color: 5404473.

HSL color Cylindrical-coordinate representation of color #397752: hue angle of 144.19º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397752 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB5711982-
CMYK0.5200.310.53
HSL144.19º35.23%34.51%-
HSV(B)144.19º52.1%46.67%-
XYZ9.8114.6710.3-
YUV96.24119.96100.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=22.09%
G=46.12%
B=31.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119820.5200.310.53144.1935.2334.51
Hex3977523401F35902323
Octal7116712264037652204343
Binary1110011110111101001011010001111111010110010000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397752; }

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

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

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

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

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

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

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

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