Html Css Color HEX #40795C Amazon

📋 copy color: '#40795C'

red 64 ◦ green 121 ◦ blue 92

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

Shades of Amazon #40795C

Tints of Amazon #40795C

RGB

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

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

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

R = 23.1%
G = 43.68%
B = 33.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#40795C (or 0x40795C) is known color: Amazon. HEX triplet: 40, 79 and 5C. RGB value is (64,121,92). Sum of RGB (Red+Green+Blue) = 64+121+92=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #40795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40795C is #BF86A3. Grayscale: #646464. Windows color (decimal): -12551844 or 6060352. OLE color: 6060352.

HSL color Cylindrical-coordinate representation of color #40795C: hue angle of 149.47º 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 #40795C is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 92 -
CMYK 0.47 0 0.24 0.53
HSL 149.47º 0.31% 0.36% -
HSV(B) 149.47º 0.47% 0.47% -
XYZ 10.88 15.54 12.55 -
YUV 100.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 64 121 92 0.47 0 0.24 0.53 149.47 0.31 0.36
Hex 40 79 5C 2F 0 18 35 95 1F 24
Octal 100 171 134 57 0 30 65 225 37 44
Binary 1000000 1111001 1011100 101111 0 11000 110101 10010101 11111 100100

Color Harmonies of #40795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40795C

Black with #40795C

Text Example


Text Example

White with #40795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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