#398659

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

Shades of Amazon #398659

Tints of Amazon #398659

Color information

#398659 (or 0x398659) is unknown color: approx Amazon. HEX triplet: 39, 86 and 59. RGB value is (57,134,89). Sum of RGB (Red+Green+Blue) = 57+134+89=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #398659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398659 is #C679A6. Grayscale: #696969. Windows color (decimal): -13007271 or 5867065. OLE color: 5867065.

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

Color convert

RGB5713489-
CMYK0.5700.340.47
HSL144.94º40.31%37.45%-
HSV(B)144.94º57.46%52.55%-
XYZ12.0218.6412.42-
YUV105.85118.4993.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=20.36%
G=47.86%
B=31.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134890.5700.340.47144.9440.3137.45
Hex398659390222F912825
Octal7120613171042572215045
Binary111001100001101011001111001010001010111110010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398659; }

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

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

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

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

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

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

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

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