Html Css Color HEX #3E825C Amazon

📋 copy color: '#3E825C'

red 62 ◦ green 130 ◦ blue 92

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

Shades of Amazon #3E825C

Tints of Amazon #3E825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 21.83%
G = 45.77%
B = 32.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#3E825C (or 0x3E825C) is known color: Amazon. HEX triplet: 3E, 82 and 5C. RGB value is (62,130,92). Sum of RGB (Red+Green+Blue) = 62+130+92=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #3E825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E825C is #C17DA3. Grayscale: #696969. Windows color (decimal): -12680612 or 6062654. OLE color: 6062654.

HSL color Cylindrical-coordinate representation of color #3E825C: hue angle of 146.47º 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 #3E825C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 130 92 -
CMYK 0.52 0 0.29 0.49
HSL 146.47º 0.35% 0.38% -
HSV(B) 146.47º 0.52% 0.51% -
XYZ 11.9 17.76 12.93 -
YUV 105.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 62 130 92 0.52 0 0.29 0.49 146.47 0.35 0.38
Hex 3E 82 5C 34 0 1D 31 92 23 26
Octal 76 202 134 64 0 35 61 222 43 46
Binary 111110 10000010 1011100 110100 0 11101 110001 10010010 100011 100110

Color Harmonies of #3E825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E825C

Black with #3E825C

Text Example


Text Example

White with #3E825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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