Html Css Color HEX #40775A Amazon

📋 copy color: '#40775A'

red 64 ◦ green 119 ◦ blue 90

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

Shades of Amazon #40775A

Tints of Amazon #40775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 23.44%
G = 43.59%
B = 32.97%

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

#40775A (or 0x40775A) is known color: Amazon. HEX triplet: 40, 77 and 5A. RGB value is (64,119,90). Sum of RGB (Red+Green+Blue) = 64+119+90=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #40775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775A is #BF88A5. Grayscale: #636363. Windows color (decimal): -12552358 or 5928768. OLE color: 5928768.

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

Color convert

RGB 64 119 90 -
CMYK 0.46 0 0.24 0.53
HSL 148.36º 0.3% 0.36% -
HSV(B) 148.36º 0.46% 0.47% -
XYZ 10.56 15.02 12.02 -
YUV 99.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 64 119 90 0.46 0 0.24 0.53 148.36 0.3 0.36
Hex 40 77 5A 2E 0 18 35 94 1E 24
Octal 100 167 132 56 0 30 65 224 36 44
Binary 1000000 1110111 1011010 101110 0 11000 110101 10010100 11110 100100

Color Harmonies of #40775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40775A

Black with #40775A

Text Example


Text Example

White with #40775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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