#397950

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

Shades of Amazon #397950

Tints of Amazon #397950

Color information

#397950 (or 0x397950) is unknown color: approx Amazon. HEX triplet: 39, 79 and 50. RGB value is (57,121,80). Sum of RGB (Red+Green+Blue) = 57+121+80=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #397950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397950 is #C686AF. Grayscale: #616161. Windows color (decimal): -13010608 or 5273913. OLE color: 5273913.

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

Color convert

RGB5712180-
CMYK0.5300.340.53
HSL141.56º35.96%34.9%-
HSV(B)141.56º52.89%47.45%-
XYZ9.9715.129.98-
YUV97.19118.399.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=22.09%
G=46.90%
B=31.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121800.5300.340.53141.5635.9634.9
Hex39795035022358e2423
Octal7117112065042652164443
Binary11100111110011010000110101010001011010110001110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397950; }

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

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

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

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

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

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

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

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