Html Css Color HEX #40775B Amazon

📋 copy color: '#40775B'

red 64 ◦ green 119 ◦ blue 91

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

Shades of Amazon #40775B

Tints of Amazon #40775B

RGB

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

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

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

R = 23.36%
G = 43.43%
B = 33.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#40775B (or 0x40775B) is known color: Amazon. HEX triplet: 40, 77 and 5B. RGB value is (64,119,91). Sum of RGB (Red+Green+Blue) = 64+119+91=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #40775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775B is #BF88A4. Grayscale: #636363. Windows color (decimal): -12552357 or 5994304. OLE color: 5994304.

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

Color convert

RGB 64 119 91 -
CMYK 0.46 0 0.24 0.53
HSL 149.45º 0.3% 0.36% -
HSV(B) 149.45º 0.46% 0.47% -
XYZ 10.6 15.04 12.24 -
YUV 99.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 64 119 91 0.46 0 0.24 0.53 149.45 0.3 0.36
Hex 40 77 5B 2E 0 18 35 95 1E 24
Octal 100 167 133 56 0 30 65 225 36 44
Binary 1000000 1110111 1011011 101110 0 11000 110101 10010101 11110 100100

Color Harmonies of #40775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40775B

Black with #40775B

Text Example


Text Example

White with #40775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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