#408179

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

Shades of Ming #408179

Tints of Ming #408179

Color information

#408179 (or 0x408179) is unknown color: approx Ming. HEX triplet: 40, 81 and 79. RGB value is (64,129,121). Sum of RGB (Red+Green+Blue) = 64+129+121=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #408179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408179 is #BF7E86. Grayscale: #6C6C6C. Windows color (decimal): -12549767 or 7962944. OLE color: 7962944.

HSL color Cylindrical-coordinate representation of color #408179: hue angle of 172.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408179 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB64129121-
CMYK0.5000.060.49
HSL172.62º33.68%37.84%-
HSV(B)172.62º50.39%50.59%-
XYZ13.4218.1720.89-
YUV108.65134.9796.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=20.38%
G=41.08%
B=38.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641291210.5000.060.49172.6233.6837.84
Hex408179320631ad2226
Octal1002011716206612554246
Binary1000000100000011111001110010011011000110101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408179; }

 p { color: rgb(64,129,121); }

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

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

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

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

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

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

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