#39755E

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

Shades of Amazon #39755E

Tints of Amazon #39755E

Color information

#39755E (or 0x39755E) is unknown color: approx Amazon. HEX triplet: 39, 75 and 5E. RGB value is (57,117,94). Sum of RGB (Red+Green+Blue) = 57+117+94=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #39755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39755E is #C68AA1. Grayscale: #606060. Windows color (decimal): -13011618 or 6190393. OLE color: 6190393.

HSL color Cylindrical-coordinate representation of color #39755E: hue angle of 157º 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 #39755E is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB5711794-
CMYK0.5100.200.54
HSL157º34.48%34.12%-
HSV(B)157º51.28%45.88%-
XYZ10.0714.412.84-
YUV96.44126.6299.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=21.27%
G=43.66%
B=35.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117940.5100.200.5415734.4834.12
Hex39755E33014369d2222
Octal7116513663024662354242
Binary1110011110101101111011001101010011011010011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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