#39765C

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

Shades of Amazon #39765C

Tints of Amazon #39765C

Color information

#39765C (or 0x39765C) is unknown color: approx Amazon. HEX triplet: 39, 76 and 5C. RGB value is (57,118,92). Sum of RGB (Red+Green+Blue) = 57+118+92=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #39765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39765C is #C689A3. Grayscale: #606060. Windows color (decimal): -13011364 or 6059577. OLE color: 6059577.

HSL color Cylindrical-coordinate representation of color #39765C: hue angle of 154.43º 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 #39765C is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB5711892-
CMYK0.5200.220.54
HSL154.43º34.86%34.31%-
HSV(B)154.43º51.69%46.27%-
XYZ10.114.612.41-
YUV96.8125.2999.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=21.35%
G=44.19%
B=34.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118920.5200.220.54154.4334.8634.31
Hex39765C34016369a2322
Octal7116613464026662324342
Binary1110011110110101110011010001011011011010011010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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