Html Css Color HEX #40765C Amazon

📋 copy color: '#40765C'

red 64 ◦ green 118 ◦ blue 92

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

Shades of Amazon #40765C

Tints of Amazon #40765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 23.36%
G = 43.07%
B = 33.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#40765C (or 0x40765C) is known color: Amazon. HEX triplet: 40, 76 and 5C. RGB value is (64,118,92). Sum of RGB (Red+Green+Blue) = 64+118+92=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #40765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40765C is #BF89A3. Grayscale: #626262. Windows color (decimal): -12552612 or 6059584. OLE color: 6059584.

HSL color Cylindrical-coordinate representation of color #40765C: hue angle of 151.11º 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 #40765C is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 92 -
CMYK 0.46 0 0.22 0.54
HSL 151.11º 0.3% 0.36% -
HSV(B) 151.11º 0.46% 0.46% -
XYZ 10.52 14.82 12.43 -
YUV 98.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 64 118 92 0.46 0 0.22 0.54 151.11 0.3 0.36
Hex 40 76 5C 2E 0 16 36 97 1E 24
Octal 100 166 134 56 0 26 66 227 36 44
Binary 1000000 1110110 1011100 101110 0 10110 110110 10010111 11110 100100

Color Harmonies of #40765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40765C

Black with #40765C

Text Example


Text Example

White with #40765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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