Html Css Color HEX #3E835C Amazon

📋 copy color: '#3E835C'

red 62 ◦ green 131 ◦ blue 92

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

Shades of Amazon #3E835C

Tints of Amazon #3E835C

RGB

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

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

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

R = 21.75%
G = 45.96%
B = 32.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#3E835C (or 0x3E835C) is known color: Amazon. HEX triplet: 3E, 83 and 5C. RGB value is (62,131,92). Sum of RGB (Red+Green+Blue) = 62+131+92=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #3E835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E835C is #C17CA3. Grayscale: #6A6A6A. Windows color (decimal): -12680356 or 6062910. OLE color: 6062910.

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

Color convert

RGB 62 131 92 -
CMYK 0.53 0 0.30 0.49
HSL 146.09º 0.36% 0.38% -
HSV(B) 146.09º 0.53% 0.51% -
XYZ 12.03 18.03 12.97 -
YUV 105.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 62 131 92 0.53 0 0.30 0.49 146.09 0.36 0.38
Hex 3E 83 5C 35 0 1E 31 92 24 26
Octal 76 203 134 65 0 36 61 222 44 46
Binary 111110 10000011 1011100 110101 0 11110 110001 10010010 100100 100110

Color Harmonies of #3E835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E835C

Black with #3E835C

Text Example


Text Example

White with #3E835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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