Html Css Color HEX #3E825B Amazon

📋 copy color: '#3E825B'

red 62 ◦ green 130 ◦ blue 91

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

Shades of Amazon #3E825B

Tints of Amazon #3E825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 21.91%
G = 45.94%
B = 32.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#3E825B (or 0x3E825B) is known color: Amazon. HEX triplet: 3E, 82 and 5B. RGB value is (62,130,91). Sum of RGB (Red+Green+Blue) = 62+130+91=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #3E825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E825B is #C17DA4. Grayscale: #696969. Windows color (decimal): -12680613 or 5997118. OLE color: 5997118.

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

Color convert

RGB 62 130 91 -
CMYK 0.52 0 0.30 0.49
HSL 145.59º 0.35% 0.38% -
HSV(B) 145.59º 0.52% 0.51% -
XYZ 11.86 17.74 12.7 -
YUV 105.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 62 130 91 0.52 0 0.30 0.49 145.59 0.35 0.38
Hex 3E 82 5B 34 0 1E 31 92 23 26
Octal 76 202 133 64 0 36 61 222 43 46
Binary 111110 10000010 1011011 110100 0 11110 110001 10010010 100011 100110

Color Harmonies of #3E825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E825B

Black with #3E825B

Text Example


Text Example

White with #3E825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,130,91); }

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

background-color css

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

 a { background-color: rgb(62,130,91); }

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

border-color css

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

 span { border-color: rgb(62,130,91); }

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