Html Css Color HEX #3E8360 Amazon

📋 copy color: '#3E8360'

red 62 ◦ green 131 ◦ blue 96

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

Shades of Amazon #3E8360

Tints of Amazon #3E8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 21.45%
G = 45.33%
B = 33.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#3E8360 (or 0x3E8360) is known color: Amazon. HEX triplet: 3E, 83 and 60. RGB value is (62,131,96). Sum of RGB (Red+Green+Blue) = 62+131+96=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8360 is #C17C9F. Grayscale: #6A6A6A. Windows color (decimal): -12680352 or 6325054. OLE color: 6325054.

HSL color Cylindrical-coordinate representation of color #3E8360: hue angle of 149.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8360 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 131 96 -
CMYK 0.53 0 0.27 0.49
HSL 149.57º 0.36% 0.38% -
HSV(B) 149.57º 0.53% 0.51% -
XYZ 12.21 18.1 13.92 -
YUV 106.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 62 131 96 0.53 0 0.27 0.49 149.57 0.36 0.38
Hex 3E 83 60 35 0 1B 31 96 24 26
Octal 76 203 140 65 0 33 61 226 44 46
Binary 111110 10000011 1100000 110101 0 11011 110001 10010110 100100 100110

Color Harmonies of #3E8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8360

Black with #3E8360

Text Example


Text Example

White with #3E8360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,131,96); }

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

background-color css

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

 a { background-color: rgb(62,131,96); }

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

border-color css

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

 span { border-color: rgb(62,131,96); }

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