Html Css Color HEX #3E795D Amazon

📋 copy color: '#3E795D'

red 62 ◦ green 121 ◦ blue 93

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

Shades of Amazon #3E795D

Tints of Amazon #3E795D

RGB

 RED value IS 62 (24.61% from 255) = 22.46%

 GREEN value IS 121 (47.66% from 255) = 43.84%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 22.46%
G = 43.84%
B = 33.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#3E795D (or 0x3E795D) is known color: Amazon. HEX triplet: 3E, 79 and 5D. RGB value is (62,121,93). Sum of RGB (Red+Green+Blue) = 62+121+93=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #3E795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E795D is #C186A2. Grayscale: #646464. Windows color (decimal): -12682915 or 6125886. OLE color: 6125886.

HSL color Cylindrical-coordinate representation of color #3E795D: hue angle of 151.53º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E795D is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 121 93 -
CMYK 0.49 0 0.23 0.53
HSL 151.53º 0.32% 0.36% -
HSV(B) 151.53º 0.49% 0.47% -
XYZ 10.8 15.49 12.78 -
YUV 100.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 62 121 93 0.49 0 0.23 0.53 151.53 0.32 0.36
Hex 3E 79 5D 31 0 17 35 98 20 24
Octal 76 171 135 61 0 27 65 230 40 44
Binary 111110 1111001 1011101 110001 0 10111 110101 10011000 100000 100100

Color Harmonies of #3E795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E795D

Black with #3E795D

Text Example


Text Example

White with #3E795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E795D; }

 p { color: rgb(62,121,93); }

 H1.HeaderClassName
 {
   color: #3E795D;
 }
 .AnyTagClassName
 {
   color: #3E795D;
 }
</style>

background-color css

<style>
 a { background-color: #3E795D; }

 a { background-color: rgb(62,121,93); }

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

border-color css

<style>
 span { border-color: #3E795D; }

 span { border-color: rgb(62,121,93); }

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