#397756

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

Shades of Amazon #397756

Tints of Amazon #397756

Color information

#397756 (or 0x397756) is unknown color: approx Amazon. HEX triplet: 39, 77 and 56. RGB value is (57,119,86). Sum of RGB (Red+Green+Blue) = 57+119+86=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #397756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397756 is #C688A9. Grayscale: #606060. Windows color (decimal): -13011114 or 5666617. OLE color: 5666617.

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

Color convert

RGB5711986-
CMYK0.5200.280.53
HSL148.06º35.23%34.51%-
HSV(B)148.06º52.1%46.67%-
XYZ9.9614.7411.12-
YUV96.7121.9699.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=21.76%
G=45.42%
B=32.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119860.5200.280.53148.0635.2334.51
Hex3977563401C35942323
Octal7116712664034652244343
Binary1110011110111101011011010001110011010110010100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397756; }

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

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

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

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

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

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

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

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