Html Css Color HEX #40785B Amazon

📋 copy color: '#40785B'

red 64 ◦ green 120 ◦ blue 91

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

Shades of Amazon #40785B

Tints of Amazon #40785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 23.27%
G = 43.64%
B = 33.09%

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

#40785B (or 0x40785B) is known color: Amazon. HEX triplet: 40, 78 and 5B. RGB value is (64,120,91). Sum of RGB (Red+Green+Blue) = 64+120+91=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #40785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40785B is #BF87A4. Grayscale: #646464. Windows color (decimal): -12552101 or 5994560. OLE color: 5994560.

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

Color convert

RGB 64 120 91 -
CMYK 0.47 0 0.24 0.53
HSL 148.93º 0.3% 0.36% -
HSV(B) 148.93º 0.47% 0.47% -
XYZ 10.72 15.28 12.28 -
YUV 99.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 64 120 91 0.47 0 0.24 0.53 148.93 0.3 0.36
Hex 40 78 5B 2F 0 18 35 95 1E 24
Octal 100 170 133 57 0 30 65 225 36 44
Binary 1000000 1111000 1011011 101111 0 11000 110101 10010101 11110 100100

Color Harmonies of #40785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40785B

Black with #40785B

Text Example


Text Example

White with #40785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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