Html Css Color HEX #3E7C5E Amazon

📋 copy color: '#3E7C5E'

red 62 ◦ green 124 ◦ blue 94

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

Shades of Amazon #3E7C5E

Tints of Amazon #3E7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.29%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 22.14%
G = 44.29%
B = 33.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#3E7C5E (or 0x3E7C5E) is known color: Amazon. HEX triplet: 3E, 7C and 5E. RGB value is (62,124,94). Sum of RGB (Red+Green+Blue) = 62+124+94=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C5E is #C183A1. Grayscale: #666666. Windows color (decimal): -12682146 or 6192190. OLE color: 6192190.

HSL color Cylindrical-coordinate representation of color #3E7C5E: hue angle of 150.97º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C5E is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 124 94 -
CMYK 0.5 0 0.24 0.51
HSL 150.97º 0.33% 0.36% -
HSV(B) 150.97º 0.5% 0.49% -
XYZ 11.21 16.25 13.13 -
YUV 102.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 62 124 94 0.5 0 0.24 0.51 150.97 0.33 0.36
Hex 3E 7C 5E 32 0 18 33 97 21 24
Octal 76 174 136 62 0 30 63 227 41 44
Binary 111110 1111100 1011110 110010 0 11000 110011 10010111 100001 100100

Color Harmonies of #3E7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7C5E

Black with #3E7C5E

Text Example


Text Example

White with #3E7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,124,94); }

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

background-color css

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

 a { background-color: rgb(62,124,94); }

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

border-color css

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

 span { border-color: rgb(62,124,94); }

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