Html Css Color HEX #3E795F Amazon

📋 copy color: '#3E795F'

red 62 ◦ green 121 ◦ blue 95

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

Shades of Amazon #3E795F

Tints of Amazon #3E795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 22.3%
G = 43.53%
B = 34.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#3E795F (or 0x3E795F) is known color: Amazon. HEX triplet: 3E, 79 and 5F. RGB value is (62,121,95). Sum of RGB (Red+Green+Blue) = 62+121+95=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #3E795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E795F is #C186A0. Grayscale: #646464. Windows color (decimal): -12682913 or 6256958. OLE color: 6256958.

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

Color convert

RGB 62 121 95 -
CMYK 0.49 0 0.21 0.53
HSL 153.56º 0.32% 0.36% -
HSV(B) 153.56º 0.49% 0.47% -
XYZ 10.89 15.53 13.25 -
YUV 100.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 62 121 95 0.49 0 0.21 0.53 153.56 0.32 0.36
Hex 3E 79 5F 31 0 15 35 9A 20 24
Octal 76 171 137 61 0 25 65 232 40 44
Binary 111110 1111001 1011111 110001 0 10101 110101 10011010 100000 100100

Color Harmonies of #3E795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E795F

Black with #3E795F

Text Example


Text Example

White with #3E795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,121,95); }

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

background-color css

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

 a { background-color: rgb(62,121,95); }

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

border-color css

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

 span { border-color: rgb(62,121,95); }

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