Html Css Color HEX #3E714E Amazon

📋 copy color: '#3E714E'

red 62 ◦ green 113 ◦ blue 78

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

Shades of Amazon #3E714E

Tints of Amazon #3E714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 78 (30.86% from 255) = 30.83%

R = 24.51%
G = 44.66%
B = 30.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#3E714E (or 0x3E714E) is known color: Amazon. HEX triplet: 3E, 71 and 4E. RGB value is (62,113,78). Sum of RGB (Red+Green+Blue) = 62+113+78=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #3E714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E714E is #C18EB1. Grayscale: #5D5D5D. Windows color (decimal): -12684978 or 5140798. OLE color: 5140798.

HSL color Cylindrical-coordinate representation of color #3E714E: hue angle of 138.82º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E714E is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 113 78 -
CMYK 0.45 0 0.31 0.56
HSL 138.82º 0.29% 0.34% -
HSV(B) 138.82º 0.45% 0.44% -
XYZ 9.27 13.38 9.3 -
YUV 93.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 62 113 78 0.45 0 0.31 0.56 138.82 0.29 0.34
Hex 3E 71 4E 2D 0 1F 38 8B 1D 22
Octal 76 161 116 55 0 37 70 213 35 42
Binary 111110 1110001 1001110 101101 0 11111 111000 10001011 11101 100010

Color Harmonies of #3E714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E714E

Black with #3E714E

Text Example


Text Example

White with #3E714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,78); }

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

background-color css

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

 a { background-color: rgb(62,113,78); }

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

border-color css

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

 span { border-color: rgb(62,113,78); }

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