#39884C

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

Shades of Amazon #39884C

Tints of Amazon #39884C

Color information

#39884C (or 0x39884C) is unknown color: approx Amazon. HEX triplet: 39, 88 and 4C. RGB value is (57,136,76). Sum of RGB (Red+Green+Blue) = 57+136+76=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #39884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39884C is #C677B3. Grayscale: #696969. Windows color (decimal): -13006772 or 5015609. OLE color: 5015609.

HSL color Cylindrical-coordinate representation of color #39884C: hue angle of 134.43º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39884C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB5713676-
CMYK0.5800.440.47
HSL134.43º40.93%37.84%-
HSV(B)134.43º58.09%53.33%-
XYZ11.8199.88-
YUV105.54111.3393.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 136 (53.52% from 255) = 50.56%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=21.19%
G=50.56%
B=28.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57136760.5800.440.47134.4340.9337.84
Hex39884C3A02C2F862926
Octal7121011472054572065146
Binary111001100010001001100111010010110010111110000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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