Html Css Color HEX #39765E Amazon

📋 copy color: '#39765E'

red 57 ◦ green 118 ◦ blue 94

#39765E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #39765E

Tints of Amazon #39765E

RGB

 RED value IS 57 (22.66% from 255) = 21.19%

 GREEN value IS 118 (46.48% from 255) = 43.87%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 21.19%
G = 43.87%
B = 34.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#39765E (or 0x39765E) is known color: Amazon. HEX triplet: 39, 76 and 5E. RGB value is (57,118,94). Sum of RGB (Red+Green+Blue) = 57+118+94=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #39765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39765E is #C689A1. Grayscale: #616161. Windows color (decimal): -13011362 or 6190649. OLE color: 6190649.

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

Color convert

RGB 57 118 94 -
CMYK 0.52 0 0.20 0.54
HSL 156.39º 0.35% 0.34% -
HSV(B) 156.39º 0.52% 0.46% -
XYZ 10.19 14.63 12.88 -
YUV 97.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 57 118 94 0.52 0 0.20 0.54 156.39 0.35 0.34
Hex 39 76 5E 34 0 14 36 9C 23 22
Octal 71 166 136 64 0 24 66 234 43 42
Binary 111001 1110110 1011110 110100 0 10100 110110 10011100 100011 100010

Color Harmonies of #39765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39765E

Black with #39765E

Text Example


Text Example

White with #39765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39765E;
 }
 .AnyTagClassName
 {
   color: #39765E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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