Html Css Color HEX #40775D Amazon

📋 copy color: '#40775D'

red 64 ◦ green 119 ◦ blue 93

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

Shades of Amazon #40775D

Tints of Amazon #40775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

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

R = 23.19%
G = 43.12%
B = 33.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#40775D (or 0x40775D) is known color: Amazon. HEX triplet: 40, 77 and 5D. RGB value is (64,119,93). Sum of RGB (Red+Green+Blue) = 64+119+93=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #40775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775D is #BF88A2. Grayscale: #636363. Windows color (decimal): -12552355 or 6125376. OLE color: 6125376.

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

Color convert

RGB 64 119 93 -
CMYK 0.46 0 0.22 0.53
HSL 151.64º 0.3% 0.36% -
HSV(B) 151.64º 0.46% 0.47% -
XYZ 10.69 15.07 12.7 -
YUV 99.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 64 119 93 0.46 0 0.22 0.53 151.64 0.3 0.36
Hex 40 77 5D 2E 0 16 35 98 1E 24
Octal 100 167 135 56 0 26 65 230 36 44
Binary 1000000 1110111 1011101 101110 0 10110 110101 10011000 11110 100100

Color Harmonies of #40775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40775D

Black with #40775D

Text Example


Text Example

White with #40775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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