#397755

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

Shades of Amazon #397755

Tints of Amazon #397755

Color information

#397755 (or 0x397755) is unknown color: approx Amazon. HEX triplet: 39, 77 and 55. RGB value is (57,119,85). Sum of RGB (Red+Green+Blue) = 57+119+85=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #397755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397755 is #C688AA. Grayscale: #606060. Windows color (decimal): -13011115 or 5601081. OLE color: 5601081.

HSL color Cylindrical-coordinate representation of color #397755: hue angle of 147.1º 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 #397755 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5711985-
CMYK0.5200.290.53
HSL147.1º35.23%34.51%-
HSV(B)147.1º52.1%46.67%-
XYZ9.9214.7210.91-
YUV96.59121.4699.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=21.84%
G=45.59%
B=32.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119850.5200.290.53147.135.2334.51
Hex3977553401D35932323
Octal7116712564035652234343
Binary1110011110111101010111010001110111010110010011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397755; }

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

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

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

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

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

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

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

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