#407272

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

Shades of Ming #407272

Tints of Ming #407272

Color information

#407272 (or 0x407272) is unknown color: approx Ming. HEX triplet: 40, 72 and 72. RGB value is (64,114,114). Sum of RGB (Red+Green+Blue) = 64+114+114=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #407272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407272 is #BF8D8D. Grayscale: #636363. Windows color (decimal): -12553614 or 7500352. OLE color: 7500352.

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

Color convert

RGB64114114-
CMYK0.44000.55
HSL180º28.09%34.9%-
HSV(B)180º43.86%44.71%-
XYZ11.1714.3418.1-
YUV99.05136.44103-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=21.92%
G=39.04%
B=39.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641141140.44000.5518028.0934.9
Hex4072722C0037b41c23
Octal1001621625400672643443
Binary100000011100101110010101100001101111011010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407272; }

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

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

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

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

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

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

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

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