#40716E

Color #40716E Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #40716E

Tints of Ming #40716E

Color information

#40716E (or 0x40716E) is unknown color: approx Ming. HEX triplet: 40, 71 and 6E. RGB value is (64,113,110). Sum of RGB (Red+Green+Blue) = 64+113+110=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #40716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716E is #BF8E91. Grayscale: #616161. Windows color (decimal): -12553874 or 7237952. OLE color: 7237952.

HSL color Cylindrical-coordinate representation of color #40716E: hue angle of 176.33º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40716E is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB64113110-
CMYK0.4300.030.56
HSL176.33º27.68%34.71%-
HSV(B)176.33º43.36%44.31%-
XYZ10.8314.0316.89-
YUV98.01134.77103.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=22.30%
G=39.37%
B=38.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131100.4300.030.56176.3327.6834.71
Hex40716E2B0338b01c23
Octal1001611565303702603443
Binary1000000111000111011101010110111110001011000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40716E; }

 p { color: rgb(64,113,110); }

 H1.HeaderClassName
 {
   color: #40716E;
 }
 .AnyTagClassName
 {
   color: #40716E;
 }
</style>
background-color css

<style>
 a { background-color: #40716E; }

 a { background-color: rgb(64,113,110); }

 div.DivClassName
 {
   background-color: #40716E;
 }
 .BgClassName
 {
   background-color: #40716E;
 }
</style>
border-color css

<style>
 span { border-color: #40716E; }

 span { border-color: rgb(64,113,110); }

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