Html Css Color HEX #3E764F Amazon

📋 copy color: '#3E764F'

red 62 ◦ green 118 ◦ blue 79

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

Shades of Amazon #3E764F

Tints of Amazon #3E764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 23.94%
G = 45.56%
B = 30.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#3E764F (or 0x3E764F) is known color: Amazon. HEX triplet: 3E, 76 and 4F. RGB value is (62,118,79). Sum of RGB (Red+Green+Blue) = 62+118+79=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #3E764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E764F is #C189B0. Grayscale: #606060. Windows color (decimal): -12683697 or 5207614. OLE color: 5207614.

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

Color convert

RGB 62 118 79 -
CMYK 0.47 0 0.33 0.54
HSL 138.21º 0.31% 0.35% -
HSV(B) 138.21º 0.47% 0.46% -
XYZ 9.88 14.55 9.68 -
YUV 96.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 62 118 79 0.47 0 0.33 0.54 138.21 0.31 0.35
Hex 3E 76 4F 2F 0 21 36 8A 1F 23
Octal 76 166 117 57 0 41 66 212 37 43
Binary 111110 1110110 1001111 101111 0 100001 110110 10001010 11111 100011

Color Harmonies of #3E764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E764F

Black with #3E764F

Text Example


Text Example

White with #3E764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,118,79); }

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

background-color css

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

 a { background-color: rgb(62,118,79); }

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

border-color css

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

 span { border-color: rgb(62,118,79); }

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