Html Css Color HEX #40775F Amazon

📋 copy color: '#40775F'

red 64 ◦ green 119 ◦ blue 95

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

Shades of Amazon #40775F

Tints of Amazon #40775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 23.02%
G = 42.81%
B = 34.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#40775F (or 0x40775F) is known color: Amazon. HEX triplet: 40, 77 and 5F. RGB value is (64,119,95). Sum of RGB (Red+Green+Blue) = 64+119+95=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #40775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40775F is #BF88A0. Grayscale: #636363. Windows color (decimal): -12552353 or 6256448. OLE color: 6256448.

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

Color convert

RGB 64 119 95 -
CMYK 0.46 0 0.20 0.53
HSL 153.82º 0.3% 0.36% -
HSV(B) 153.82º 0.46% 0.47% -
XYZ 10.78 15.11 13.17 -
YUV 99.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 64 119 95 0.46 0 0.20 0.53 153.82 0.3 0.36
Hex 40 77 5F 2E 0 14 35 9A 1E 24
Octal 100 167 137 56 0 24 65 232 36 44
Binary 1000000 1110111 1011111 101110 0 10100 110101 10011010 11110 100100

Color Harmonies of #40775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40775F

Black with #40775F

Text Example


Text Example

White with #40775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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