#40716F

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

Shades of Ming #40716F

Tints of Ming #40716F

Color information

#40716F (or 0x40716F) is unknown color: approx Ming. HEX triplet: 40, 71 and 6F. RGB value is (64,113,111). Sum of RGB (Red+Green+Blue) = 64+113+111=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #40716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716F is #BF8E90. Grayscale: #626262. Windows color (decimal): -12553873 or 7303488. OLE color: 7303488.

HSL color Cylindrical-coordinate representation of color #40716F: hue angle of 177.55º 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 #40716F is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB64113111-
CMYK0.4300.020.56
HSL177.55º27.68%34.71%-
HSV(B)177.55º43.36%44.31%-
XYZ10.8914.0517.18-
YUV98.12135.27103.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=22.22%
G=39.24%
B=38.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641131110.4300.020.56177.5527.6834.71
Hex40716F2B0238b21c23
Octal1001611575302702623443
Binary1000000111000111011111010110101110001011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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