Html Css Color HEX #3E724D Amazon

📋 copy color: '#3E724D'

red 62 ◦ green 114 ◦ blue 77

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

Shades of Amazon #3E724D

Tints of Amazon #3E724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 24.51%
G = 45.06%
B = 30.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#3E724D (or 0x3E724D) is known color: Amazon. HEX triplet: 3E, 72 and 4D. RGB value is (62,114,77). Sum of RGB (Red+Green+Blue) = 62+114+77=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #3E724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E724D is #C18DB2. Grayscale: #5E5E5E. Windows color (decimal): -12684723 or 5075518. OLE color: 5075518.

HSL color Cylindrical-coordinate representation of color #3E724D: hue angle of 137.31º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E724D is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 114 77 -
CMYK 0.46 0 0.32 0.55
HSL 137.31º 0.3% 0.35% -
HSV(B) 137.31º 0.46% 0.45% -
XYZ 9.34 13.59 9.15 -
YUV 94.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 62 114 77 0.46 0 0.32 0.55 137.31 0.3 0.35
Hex 3E 72 4D 2E 0 20 37 89 1E 23
Octal 76 162 115 56 0 40 67 211 36 43
Binary 111110 1110010 1001101 101110 0 100000 110111 10001001 11110 100011

Color Harmonies of #3E724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E724D

Black with #3E724D

Text Example


Text Example

White with #3E724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,114,77); }

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

background-color css

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

 a { background-color: rgb(62,114,77); }

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

border-color css

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

 span { border-color: rgb(62,114,77); }

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