#39765D

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

Shades of Amazon #39765D

Tints of Amazon #39765D

Color information

#39765D (or 0x39765D) is unknown color: approx Amazon. HEX triplet: 39, 76 and 5D. RGB value is (57,118,93). Sum of RGB (Red+Green+Blue) = 57+118+93=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #39765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39765D is #C689A2. Grayscale: #606060. Windows color (decimal): -13011363 or 6125113. OLE color: 6125113.

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

Color convert

RGB5711893-
CMYK0.5200.210.54
HSL155.41º34.86%34.31%-
HSV(B)155.41º51.69%46.27%-
XYZ10.1414.6212.64-
YUV96.91125.7999.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=21.27%
G=44.03%
B=34.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118930.5200.210.54155.4134.8634.31
Hex39765D34015369b2322
Octal7116613564025662334342
Binary1110011110110101110111010001010111011010011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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