#40726E

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

Shades of Ming #40726E

Tints of Ming #40726E

Color information

#40726E (or 0x40726E) is unknown color: approx Ming. HEX triplet: 40, 72 and 6E. RGB value is (64,114,110). Sum of RGB (Red+Green+Blue) = 64+114+110=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #40726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726E is #BF8D91. Grayscale: #626262. Windows color (decimal): -12553618 or 7238208. OLE color: 7238208.

HSL color Cylindrical-coordinate representation of color #40726E: hue angle of 175.2º 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 #40726E is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB64114110-
CMYK0.4400.040.55
HSL175.2º28.09%34.9%-
HSV(B)175.2º43.86%44.71%-
XYZ10.9514.2516.93-
YUV98.59134.44103.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=22.22%
G=39.58%
B=38.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641141100.4400.040.55175.228.0934.9
Hex40726E2C0437af1c23
Octal1001621565404672573443
Binary10000001110010110111010110001001101111010111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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