Html Css Color HEX #3E785C Amazon

📋 copy color: '#3E785C'

red 62 ◦ green 120 ◦ blue 92

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

Shades of Amazon #3E785C

Tints of Amazon #3E785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

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

R = 22.63%
G = 43.8%
B = 33.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#3E785C (or 0x3E785C) is known color: Amazon. HEX triplet: 3E, 78 and 5C. RGB value is (62,120,92). Sum of RGB (Red+Green+Blue) = 62+120+92=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3E785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E785C is #C187A3. Grayscale: #636363. Windows color (decimal): -12683172 or 6060094. OLE color: 6060094.

HSL color Cylindrical-coordinate representation of color #3E785C: hue angle of 151.03º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E785C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 120 92 -
CMYK 0.48 0 0.23 0.53
HSL 151.03º 0.32% 0.36% -
HSV(B) 151.03º 0.48% 0.47% -
XYZ 10.63 15.23 12.5 -
YUV 99.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 62 120 92 0.48 0 0.23 0.53 151.03 0.32 0.36
Hex 3E 78 5C 30 0 17 35 97 20 24
Octal 76 170 134 60 0 27 65 227 40 44
Binary 111110 1111000 1011100 110000 0 10111 110101 10010111 100000 100100

Color Harmonies of #3E785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E785C

Black with #3E785C

Text Example


Text Example

White with #3E785C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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