Html Css Color HEX #40785C Amazon

📋 copy color: '#40785C'

red 64 ◦ green 120 ◦ blue 92

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

Shades of Amazon #40785C

Tints of Amazon #40785C

RGB

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

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

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

R = 23.19%
G = 43.48%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#40785C (or 0x40785C) is known color: Amazon. HEX triplet: 40, 78 and 5C. RGB value is (64,120,92). Sum of RGB (Red+Green+Blue) = 64+120+92=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #40785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40785C is #BF87A3. Grayscale: #646464. Windows color (decimal): -12552100 or 6060096. OLE color: 6060096.

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

Color convert

RGB 64 120 92 -
CMYK 0.47 0 0.23 0.53
HSL 150º 0.3% 0.36% -
HSV(B) 150º 0.47% 0.47% -
XYZ 10.76 15.3 12.51 -
YUV 100.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 64 120 92 0.47 0 0.23 0.53 150 0.3 0.36
Hex 40 78 5C 2F 0 17 35 96 1E 24
Octal 100 170 134 57 0 27 65 226 36 44
Binary 1000000 1111000 1011100 101111 0 10111 110101 10010110 11110 100100

Color Harmonies of #40785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40785C

Black with #40785C

Text Example


Text Example

White with #40785C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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