#398160

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

Shades of Amazon #398160

Tints of Amazon #398160

Color information

#398160 (or 0x398160) is unknown color: approx Amazon. HEX triplet: 39, 81 and 60. RGB value is (57,129,96). Sum of RGB (Red+Green+Blue) = 57+129+96=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #398160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398160 is #C67E9F. Grayscale: #676767. Windows color (decimal): -13008544 or 6324537. OLE color: 6324537.

HSL color Cylindrical-coordinate representation of color #398160: hue angle of 152.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398160 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5712996-
CMYK0.5600.260.49
HSL152.5º38.71%36.47%-
HSV(B)152.5º55.81%50.59%-
XYZ11.6517.4113.81-
YUV103.71123.6594.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=20.21%
G=45.74%
B=34.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129960.5600.260.49152.538.7136.47
Hex3981603801A31982724
Octal7120114070032612304744
Binary11100110000001110000011100001101011000110011000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398160; }

 p { color: rgb(57,129,96); }

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

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

 a { background-color: rgb(57,129,96); }

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

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

 span { border-color: rgb(57,129,96); }

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