Html Css Color HEX #40755A Amazon

📋 copy color: '#40755A'

red 64 ◦ green 117 ◦ blue 90

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

Shades of Amazon #40755A

Tints of Amazon #40755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 23.62%
G = 43.17%
B = 33.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#40755A (or 0x40755A) is known color: Amazon. HEX triplet: 40, 75 and 5A. RGB value is (64,117,90). Sum of RGB (Red+Green+Blue) = 64+117+90=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #40755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755A is #BF8AA5. Grayscale: #626262. Windows color (decimal): -12552870 or 5928256. OLE color: 5928256.

HSL color Cylindrical-coordinate representation of color #40755A: hue angle of 149.43º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40755A is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 90 -
CMYK 0.45 0 0.23 0.54
HSL 149.43º 0.29% 0.35% -
HSV(B) 149.43º 0.45% 0.46% -
XYZ 10.32 14.55 11.94 -
YUV 98.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 64 117 90 0.45 0 0.23 0.54 149.43 0.29 0.35
Hex 40 75 5A 2D 0 17 36 95 1D 23
Octal 100 165 132 55 0 27 66 225 35 43
Binary 1000000 1110101 1011010 101101 0 10111 110110 10010101 11101 100011

Color Harmonies of #40755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40755A

Black with #40755A

Text Example


Text Example

White with #40755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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