Html Css Color HEX #40755C Amazon

📋 copy color: '#40755C'

red 64 ◦ green 117 ◦ blue 92

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

Shades of Amazon #40755C

Tints of Amazon #40755C

RGB

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

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

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

R = 23.44%
G = 42.86%
B = 33.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#40755C (or 0x40755C) is known color: Amazon. HEX triplet: 40, 75 and 5C. RGB value is (64,117,92). Sum of RGB (Red+Green+Blue) = 64+117+92=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #40755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40755C is #BF8AA3. Grayscale: #626262. Windows color (decimal): -12552868 or 6059328. OLE color: 6059328.

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

Color convert

RGB 64 117 92 -
CMYK 0.45 0 0.21 0.54
HSL 151.7º 0.29% 0.35% -
HSV(B) 151.7º 0.45% 0.46% -
XYZ 10.41 14.59 12.39 -
YUV 98.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 64 117 92 0.45 0 0.21 0.54 151.7 0.29 0.35
Hex 40 75 5C 2D 0 15 36 98 1D 23
Octal 100 165 134 55 0 25 66 230 35 43
Binary 1000000 1110101 1011100 101101 0 10101 110110 10011000 11101 100011

Color Harmonies of #40755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40755C

Black with #40755C

Text Example


Text Example

White with #40755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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