Html Css Color HEX #3E835A Amazon

📋 copy color: '#3E835A'

red 62 ◦ green 131 ◦ blue 90

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

Shades of Amazon #3E835A

Tints of Amazon #3E835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 21.91%
G = 46.29%
B = 31.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#3E835A (or 0x3E835A) is known color: Amazon. HEX triplet: 3E, 83 and 5A. RGB value is (62,131,90). Sum of RGB (Red+Green+Blue) = 62+131+90=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #3E835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E835A is #C17CA5. Grayscale: #696969. Windows color (decimal): -12680358 or 5931838. OLE color: 5931838.

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

Color convert

RGB 62 131 90 -
CMYK 0.53 0 0.31 0.49
HSL 144.35º 0.36% 0.38% -
HSV(B) 144.35º 0.53% 0.51% -
XYZ 11.95 17.99 12.52 -
YUV 105.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 62 131 90 0.53 0 0.31 0.49 144.35 0.36 0.38
Hex 3E 83 5A 35 0 1F 31 90 24 26
Octal 76 203 132 65 0 37 61 220 44 46
Binary 111110 10000011 1011010 110101 0 11111 110001 10010000 100100 100110

Color Harmonies of #3E835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E835A

Black with #3E835A

Text Example


Text Example

White with #3E835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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