Html Css Color HEX #3E775F Amazon

📋 copy color: '#3E775F'

red 62 ◦ green 119 ◦ blue 95

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

Shades of Amazon #3E775F

Tints of Amazon #3E775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 22.46%
G = 43.12%
B = 34.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#3E775F (or 0x3E775F) is known color: Amazon. HEX triplet: 3E, 77 and 5F. RGB value is (62,119,95). Sum of RGB (Red+Green+Blue) = 62+119+95=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #3E775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E775F is #C188A0. Grayscale: #636363. Windows color (decimal): -12683425 or 6256446. OLE color: 6256446.

HSL color Cylindrical-coordinate representation of color #3E775F: hue angle of 154.74º 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 #3E775F is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 119 95 -
CMYK 0.48 0 0.20 0.53
HSL 154.74º 0.31% 0.35% -
HSV(B) 154.74º 0.48% 0.47% -
XYZ 10.65 15.04 13.17 -
YUV 99.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 62 119 95 0.48 0 0.20 0.53 154.74 0.31 0.35
Hex 3E 77 5F 30 0 14 35 9B 1F 23
Octal 76 167 137 60 0 24 65 233 37 43
Binary 111110 1110111 1011111 110000 0 10100 110101 10011011 11111 100011

Color Harmonies of #3E775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E775F

Black with #3E775F

Text Example


Text Example

White with #3E775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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