#39755D

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

Shades of Amazon #39755D

Tints of Amazon #39755D

Color information

#39755D (or 0x39755D) is unknown color: approx Amazon. HEX triplet: 39, 75 and 5D. RGB value is (57,117,93). Sum of RGB (Red+Green+Blue) = 57+117+93=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #39755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755D is #C68AA2. Grayscale: #606060. Windows color (decimal): -13011619 or 6124857. OLE color: 6124857.

HSL color Cylindrical-coordinate representation of color #39755D: hue angle of 156º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39755D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB5711793-
CMYK0.5100.210.54
HSL156º34.48%34.12%-
HSV(B)156º51.28%45.88%-
XYZ10.0214.3812.6-
YUV96.32126.1299.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=21.35%
G=43.82%
B=34.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117930.5100.210.5415634.4834.12
Hex39755D33015369c2222
Octal7116513563025662344242
Binary1110011110101101110111001101010111011010011100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,117,93); }

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

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

 a { background-color: rgb(57,117,93); }

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

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

 span { border-color: rgb(57,117,93); }

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