#398159

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

Shades of Amazon #398159

Tints of Amazon #398159

Color information

#398159 (or 0x398159) is unknown color: approx Amazon. HEX triplet: 39, 81 and 59. RGB value is (57,129,89). Sum of RGB (Red+Green+Blue) = 57+129+89=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #398159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398159 is #C67EA6. Grayscale: #676767. Windows color (decimal): -13008551 or 5865785. OLE color: 5865785.

HSL color Cylindrical-coordinate representation of color #398159: hue angle of 146.67º 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 #398159 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB5712989-
CMYK0.5600.310.49
HSL146.67º38.71%36.47%-
HSV(B)146.67º55.81%50.59%-
XYZ11.3417.2912.19-
YUV102.91120.1595.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=20.73%
G=46.91%
B=32.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129890.5600.310.49146.6738.7136.47
Hex3981593801F31932724
Octal7120113170037612234744
Binary11100110000001101100111100001111111000110010011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398159; }

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

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

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

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

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

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

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

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