#39874D

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

Shades of Amazon #39874D

Tints of Amazon #39874D

Color information

#39874D (or 0x39874D) is unknown color: approx Amazon. HEX triplet: 39, 87 and 4D. RGB value is (57,135,77). Sum of RGB (Red+Green+Blue) = 57+135+77=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #39874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39874D is #C678B2. Grayscale: #696969. Windows color (decimal): -13007027 or 5080889. OLE color: 5080889.

HSL color Cylindrical-coordinate representation of color #39874D: hue angle of 135.38º 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 #39874D is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB5713577-
CMYK0.5800.430.47
HSL135.38º40.63%37.65%-
HSV(B)135.38º57.78%52.94%-
XYZ11.6918.7310.02-
YUV105.07112.1693.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=21.19%
G=50.19%
B=28.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135770.5800.430.47135.3840.6337.65
Hex39874D3A02B2F872926
Octal7120711572053572075146
Binary111001100001111001101111010010101110111110000111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39874D; }

 p { color: rgb(57,135,77); }

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

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

 a { background-color: rgb(57,135,77); }

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

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

 span { border-color: rgb(57,135,77); }

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