#397750

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

Shades of Amazon #397750

Tints of Amazon #397750

Color information

#397750 (or 0x397750) is unknown color: approx Amazon. HEX triplet: 39, 77 and 50. RGB value is (57,119,80). Sum of RGB (Red+Green+Blue) = 57+119+80=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #397750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397750 is #C688AF. Grayscale: #606060. Windows color (decimal): -13011120 or 5273401. OLE color: 5273401.

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

Color convert

RGB5711980-
CMYK0.5200.330.53
HSL142.26º35.23%34.51%-
HSV(B)142.26º52.1%46.67%-
XYZ9.7314.649.9-
YUV96.02118.96100.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=22.27%
G=46.48%
B=31.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119800.5200.330.53142.2635.2334.51
Hex39775034021358e2323
Octal7116712064041652164343
Binary11100111101111010000110100010000111010110001110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397750; }

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

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

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

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

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

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

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

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