Html Css Color HEX #40765F Amazon

📋 copy color: '#40765F'

red 64 ◦ green 118 ◦ blue 95

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

Shades of Amazon #40765F

Tints of Amazon #40765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

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

R = 23.1%
G = 42.6%
B = 34.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#40765F (or 0x40765F) is known color: Amazon. HEX triplet: 40, 76 and 5F. RGB value is (64,118,95). Sum of RGB (Red+Green+Blue) = 64+118+95=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #40765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40765F is #BF89A0. Grayscale: #636363. Windows color (decimal): -12552609 or 6256192. OLE color: 6256192.

HSL color Cylindrical-coordinate representation of color #40765F: hue angle of 154.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40765F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 95 -
CMYK 0.46 0 0.19 0.54
HSL 154.44º 0.3% 0.36% -
HSV(B) 154.44º 0.46% 0.46% -
XYZ 10.66 14.87 13.14 -
YUV 99.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 64 118 95 0.46 0 0.19 0.54 154.44 0.3 0.36
Hex 40 76 5F 2E 0 13 36 9A 1E 24
Octal 100 166 137 56 0 23 66 232 36 44
Binary 1000000 1110110 1011111 101110 0 10011 110110 10011010 11110 100100

Color Harmonies of #40765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40765F

Black with #40765F

Text Example


Text Example

White with #40765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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