#39894F

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

Shades of Amazon #39894F

Tints of Amazon #39894F

Color information

#39894F (or 0x39894F) is unknown color: approx Amazon. HEX triplet: 39, 89 and 4F. RGB value is (57,137,79). Sum of RGB (Red+Green+Blue) = 57+137+79=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #39894F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39894F is #C676B0. Grayscale: #6A6A6A. Windows color (decimal): -13006513 or 5212473. OLE color: 5212473.

HSL color Cylindrical-coordinate representation of color #39894F: hue angle of 136.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39894F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB5713779-
CMYK0.5800.420.46
HSL136.5º41.24%38.04%-
HSV(B)136.5º58.39%53.73%-
XYZ12.0419.3310.49-
YUV106.47112.592.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=20.88%
G=50.18%
B=28.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137790.5800.420.46136.541.2438.04
Hex39894F3A02A2E882926
Octal7121111772052562105146
Binary111001100010011001111111010010101010111010001000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39894F; }

 p { color: rgb(57,137,79); }

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

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

 a { background-color: rgb(57,137,79); }

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

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

 span { border-color: rgb(57,137,79); }

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