#39894C

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

Shades of Amazon #39894C

Tints of Amazon #39894C

Color information

#39894C (or 0x39894C) is unknown color: approx Amazon. HEX triplet: 39, 89 and 4C. RGB value is (57,137,76). Sum of RGB (Red+Green+Blue) = 57+137+76=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #39894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39894C is #C676B3. Grayscale: #6A6A6A. Windows color (decimal): -13006516 or 5015865. OLE color: 5015865.

HSL color Cylindrical-coordinate representation of color #39894C: hue angle of 134.25º 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 #39894C is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB5713776-
CMYK0.5800.450.46
HSL134.25º41.24%38.04%-
HSV(B)134.25º58.39%53.73%-
XYZ11.9419.289.93-
YUV106.1311192.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 137 (53.91% from 255) = 50.74%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=21.11%
G=50.74%
B=28.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137760.5800.450.46134.2541.2438.04
Hex39894C3A02D2E862926
Octal7121111472055562065146
Binary111001100010011001100111010010110110111010000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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