#397749

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

Shades of Amazon #397749

Tints of Amazon #397749

Color information

#397749 (or 0x397749) is unknown color: approx Amazon. HEX triplet: 39, 77 and 49. RGB value is (57,119,73). Sum of RGB (Red+Green+Blue) = 57+119+73=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #397749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397749 is #C688B6. Grayscale: #5F5F5F. Windows color (decimal): -13011127 or 4814649. OLE color: 4814649.

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

Color convert

RGB5711973-
CMYK0.5200.390.53
HSL135.48º35.23%34.51%-
HSV(B)135.48º52.1%46.67%-
XYZ9.4914.548.61-
YUV95.22115.46100.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=22.89%
G=47.79%
B=29.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119730.5200.390.53135.4835.2334.51
Hex3977493402735872323
Octal7116711164047652074343
Binary11100111101111001001110100010011111010110000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397749; }

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

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

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

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

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

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

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

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