Html Css Color HEX #3E7756 Amazon

📋 copy color: '#3E7756'

red 62 ◦ green 119 ◦ blue 86

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

Shades of Amazon #3E7756

Tints of Amazon #3E7756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 23.22%
G = 44.57%
B = 32.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#3E7756 (or 0x3E7756) is known color: Amazon. HEX triplet: 3E, 77 and 56. RGB value is (62,119,86). Sum of RGB (Red+Green+Blue) = 62+119+86=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7756 is #C188A9. Grayscale: #626262. Windows color (decimal): -12683434 or 5666622. OLE color: 5666622.

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

Color convert

RGB 62 119 86 -
CMYK 0.48 0 0.28 0.53
HSL 145.26º 0.31% 0.35% -
HSV(B) 145.26º 0.48% 0.47% -
XYZ 10.26 14.89 11.14 -
YUV 98.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 62 119 86 0.48 0 0.28 0.53 145.26 0.31 0.35
Hex 3E 77 56 30 0 1C 35 91 1F 23
Octal 76 167 126 60 0 34 65 221 37 43
Binary 111110 1110111 1010110 110000 0 11100 110101 10010001 11111 100011

Color Harmonies of #3E7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7756

Black with #3E7756

Text Example


Text Example

White with #3E7756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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