Html Css Color HEX #39755E Amazon

📋 copy color: '#39755E'

red 57 ◦ green 117 ◦ blue 94

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

Shades of Amazon #39755E

Tints of Amazon #39755E

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 value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#39755E (or 0x39755E) is known color: 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

RGB 57 117 94 -
CMYK 0.51 0 0.20 0.54
HSL 157º 0.34% 0.34% -
HSV(B) 157º 0.51% 0.46% -
XYZ 10.07 14.4 12.84 -
YUV 96.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 57 117 94 0.51 0 0.20 0.54 157 0.34 0.34
Hex 39 75 5E 33 0 14 36 9D 22 22
Octal 71 165 136 63 0 24 66 235 42 42
Binary 111001 1110101 1011110 110011 0 10100 110110 10011101 100010 100010

Color Harmonies of #39755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39755E

Black with #39755E

Text Example


Text Example

White with #39755E

Text Example


Text Example

HTML Codes & Css Web 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>