#407371

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

Shades of Ming #407371

Tints of Ming #407371

Color information

#407371 (or 0x407371) is unknown color: approx Ming. HEX triplet: 40, 73 and 71. RGB value is (64,115,113). Sum of RGB (Red+Green+Blue) = 64+115+113=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #407371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407371 is #BF8C8E. Grayscale: #636363. Windows color (decimal): -12553359 or 7435072. OLE color: 7435072.

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

Color convert

RGB64115113-
CMYK0.4400.020.55
HSL177.65º28.49%35.1%-
HSV(B)177.65º44.35%45.1%-
XYZ11.2314.5417.84-
YUV99.52135.6102.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=21.92%
G=39.38%
B=38.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641151130.4400.020.55177.6528.4935.1
Hex4073712C0237b21c23
Octal1001631615402672623443
Binary1000000111001111100011011000101101111011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407371; }

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

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

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

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

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

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

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

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