#407675

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

Shades of Ming #407675

Tints of Ming #407675

Color information

#407675 (or 0x407675) is unknown color: approx Ming. HEX triplet: 40, 76 and 75. RGB value is (64,118,117). Sum of RGB (Red+Green+Blue) = 64+118+117=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #407675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407675 is #BF898A. Grayscale: #656565. Windows color (decimal): -12552587 or 7697984. OLE color: 7697984.

HSL color Cylindrical-coordinate representation of color #407675: hue angle of 178.89º 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 #407675 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB64118117-
CMYK0.4600.010.54
HSL178.89º29.67%35.69%-
HSV(B)178.89º45.76%46.27%-
XYZ11.815.3319.17-
YUV101.74136.61101.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=21.40%
G=39.46%
B=39.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181170.4600.010.54178.8929.6735.69
Hex4076752E0136b31e24
Octal1001661655601662633644
Binary100000011101101110101101110011101101011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407675; }

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

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

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

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

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

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

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

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