Html Css Color HEX #3E775D Amazon

📋 copy color: '#3E775D'

red 62 ◦ green 119 ◦ blue 93

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

Shades of Amazon #3E775D

Tints of Amazon #3E775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 22.63%
G = 43.43%
B = 33.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#3E775D (or 0x3E775D) is known color: Amazon. HEX triplet: 3E, 77 and 5D. RGB value is (62,119,93). Sum of RGB (Red+Green+Blue) = 62+119+93=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #3E775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E775D is #C188A2. Grayscale: #636363. Windows color (decimal): -12683427 or 6125374. OLE color: 6125374.

HSL color Cylindrical-coordinate representation of color #3E775D: hue angle of 152.63º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E775D is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 119 93 -
CMYK 0.48 0 0.22 0.53
HSL 152.63º 0.31% 0.35% -
HSV(B) 152.63º 0.48% 0.47% -
XYZ 10.56 15.01 12.7 -
YUV 98.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 62 119 93 0.48 0 0.22 0.53 152.63 0.31 0.35
Hex 3E 77 5D 30 0 16 35 99 1F 23
Octal 76 167 135 60 0 26 65 231 37 43
Binary 111110 1110111 1011101 110000 0 10110 110101 10011001 11111 100011

Color Harmonies of #3E775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E775D

Black with #3E775D

Text Example


Text Example

White with #3E775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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