#407672

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

Shades of Ming #407672

Tints of Ming #407672

Color information

#407672 (or 0x407672) is unknown color: approx Ming. HEX triplet: 40, 76 and 72. RGB value is (64,118,114). Sum of RGB (Red+Green+Blue) = 64+118+114=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #407672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407672 is #BF898D. Grayscale: #656565. Windows color (decimal): -12552590 or 7501376. OLE color: 7501376.

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

Color convert

RGB64118114-
CMYK0.4600.030.54
HSL175.56º29.67%35.69%-
HSV(B)175.56º45.76%46.27%-
XYZ11.6315.2618.25-
YUV101.4135.11101.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=21.62%
G=39.86%
B=38.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181140.4600.030.54175.5629.6735.69
Hex4076722E0336b01e24
Octal1001661625603662603644
Binary1000000111011011100101011100111101101011000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407672; }

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

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

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

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

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

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

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

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