Html Css Color HEX #3E865A Amazon

📋 copy color: '#3E865A'

red 62 ◦ green 134 ◦ blue 90

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

Shades of Amazon #3E865A

Tints of Amazon #3E865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 21.68%
G = 46.85%
B = 31.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#3E865A (or 0x3E865A) is known color: Amazon. HEX triplet: 3E, 86 and 5A. RGB value is (62,134,90). Sum of RGB (Red+Green+Blue) = 62+134+90=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #3E865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E865A is #C179A5. Grayscale: #6B6B6B. Windows color (decimal): -12679590 or 5932606. OLE color: 5932606.

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

Color convert

RGB 62 134 90 -
CMYK 0.54 0 0.33 0.47
HSL 143.33º 0.37% 0.38% -
HSV(B) 143.33º 0.54% 0.53% -
XYZ 12.36 18.81 12.65 -
YUV 107.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 62 134 90 0.54 0 0.33 0.47 143.33 0.37 0.38
Hex 3E 86 5A 36 0 21 2F 8F 25 26
Octal 76 206 132 66 0 41 57 217 45 46
Binary 111110 10000110 1011010 110110 0 100001 101111 10001111 100101 100110

Color Harmonies of #3E865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E865A

Black with #3E865A

Text Example


Text Example

White with #3E865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,134,90); }

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

background-color css

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

 a { background-color: rgb(62,134,90); }

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

border-color css

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

 span { border-color: rgb(62,134,90); }

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