#40726F

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

Shades of Ming #40726F

Tints of Ming #40726F

Color information

#40726F (or 0x40726F) is unknown color: approx Ming. HEX triplet: 40, 72 and 6F. RGB value is (64,114,111). Sum of RGB (Red+Green+Blue) = 64+114+111=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #40726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726F is #BF8D90. Grayscale: #626262. Windows color (decimal): -12553617 or 7303744. OLE color: 7303744.

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

Color convert

RGB64114111-
CMYK0.4400.030.55
HSL176.4º28.09%34.9%-
HSV(B)176.4º43.86%44.71%-
XYZ1114.2717.21-
YUV98.71134.94103.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=22.15%
G=39.45%
B=38.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641141110.4400.030.55176.428.0934.9
Hex40726F2C0337b01c23
Octal1001621575403672603443
Binary1000000111001011011111011000111101111011000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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