#407671

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

Shades of Ming #407671

Tints of Ming #407671

Color information

#407671 (or 0x407671) is unknown color: approx Ming. HEX triplet: 40, 76 and 71. RGB value is (64,118,113). Sum of RGB (Red+Green+Blue) = 64+118+113=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #407671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407671 is #BF898E. Grayscale: #656565. Windows color (decimal): -12552591 or 7435840. OLE color: 7435840.

HSL color Cylindrical-coordinate representation of color #407671: hue angle of 174.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407671 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB64118113-
CMYK0.4600.040.54
HSL174.44º29.67%35.69%-
HSV(B)174.44º45.76%46.27%-
XYZ11.5715.2417.95-
YUV101.28134.61101.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=21.69%
G=40%
B=38.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181130.4600.040.54174.4429.6735.69
Hex4076712E0436ae1e24
Octal1001661615604662563644
Binary10000001110110111000110111001001101101010111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407671; }

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

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

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

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

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

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

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

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