Html Css Color HEX #3E845D Amazon

📋 copy color: '#3E845D'

red 62 ◦ green 132 ◦ blue 93

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

Shades of Amazon #3E845D

Tints of Amazon #3E845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 21.6%
G = 45.99%
B = 32.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#3E845D (or 0x3E845D) is known color: Amazon. HEX triplet: 3E, 84 and 5D. RGB value is (62,132,93). Sum of RGB (Red+Green+Blue) = 62+132+93=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #3E845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E845D is #C17BA2. Grayscale: #6A6A6A. Windows color (decimal): -12680099 or 6128702. OLE color: 6128702.

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

Color convert

RGB 62 132 93 -
CMYK 0.53 0 0.30 0.48
HSL 146.57º 0.36% 0.38% -
HSV(B) 146.57º 0.53% 0.52% -
XYZ 12.21 18.32 13.25 -
YUV 106.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 62 132 93 0.53 0 0.30 0.48 146.57 0.36 0.38
Hex 3E 84 5D 35 0 1E 30 93 24 26
Octal 76 204 135 65 0 36 60 223 44 46
Binary 111110 10000100 1011101 110101 0 11110 110000 10010011 100100 100110

Color Harmonies of #3E845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E845D

Black with #3E845D

Text Example


Text Example

White with #3E845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,132,93); }

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

background-color css

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

 a { background-color: rgb(62,132,93); }

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

border-color css

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

 span { border-color: rgb(62,132,93); }

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