Html Css Color HEX #40795E Amazon

📋 copy color: '#40795E'

red 64 ◦ green 121 ◦ blue 94

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

Shades of Amazon #40795E

Tints of Amazon #40795E

RGB

 RED value IS 64 (25.39% from 255) = 22.94%

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

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

R = 22.94%
G = 43.37%
B = 33.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#40795E (or 0x40795E) is known color: Amazon. HEX triplet: 40, 79 and 5E. RGB value is (64,121,94). Sum of RGB (Red+Green+Blue) = 64+121+94=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #40795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40795E is #BF86A1. Grayscale: #646464. Windows color (decimal): -12551842 or 6191424. OLE color: 6191424.

HSL color Cylindrical-coordinate representation of color #40795E: hue angle of 151.58º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40795E is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 94 -
CMYK 0.47 0 0.22 0.53
HSL 151.58º 0.31% 0.36% -
HSV(B) 151.58º 0.47% 0.47% -
XYZ 10.97 15.57 13.02 -
YUV 100.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 64 121 94 0.47 0 0.22 0.53 151.58 0.31 0.36
Hex 40 79 5E 2F 0 16 35 98 1F 24
Octal 100 171 136 57 0 26 65 230 37 44
Binary 1000000 1111001 1011110 101111 0 10110 110101 10011000 11111 100100

Color Harmonies of #40795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40795E

Black with #40795E

Text Example


Text Example

White with #40795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40795E; }

 p { color: rgb(64,121,94); }

 H1.HeaderClassName
 {
   color: #40795E;
 }
 .AnyTagClassName
 {
   color: #40795E;
 }
</style>

background-color css

<style>
 a { background-color: #40795E; }

 a { background-color: rgb(64,121,94); }

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

border-color css

<style>
 span { border-color: #40795E; }

 span { border-color: rgb(64,121,94); }

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