Html Css Color HEX #40785D Amazon

📋 copy color: '#40785D'

red 64 ◦ green 120 ◦ blue 93

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

Shades of Amazon #40785D

Tints of Amazon #40785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 23.1%
G = 43.32%
B = 33.57%

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

#40785D (or 0x40785D) is known color: Amazon. HEX triplet: 40, 78 and 5D. RGB value is (64,120,93). Sum of RGB (Red+Green+Blue) = 64+120+93=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #40785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40785D is #BF87A2. Grayscale: #646464. Windows color (decimal): -12552099 or 6125632. OLE color: 6125632.

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

Color convert

RGB 64 120 93 -
CMYK 0.47 0 0.22 0.53
HSL 151.07º 0.3% 0.36% -
HSV(B) 151.07º 0.47% 0.47% -
XYZ 10.81 15.31 12.74 -
YUV 100.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 64 120 93 0.47 0 0.22 0.53 151.07 0.3 0.36
Hex 40 78 5D 2F 0 16 35 97 1E 24
Octal 100 170 135 57 0 26 65 227 36 44
Binary 1000000 1111000 1011101 101111 0 10110 110101 10010111 11110 100100

Color Harmonies of #40785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40785D

Black with #40785D

Text Example


Text Example

White with #40785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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