#407975

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

Shades of Ming #407975

Tints of Ming #407975

Color information

#407975 (or 0x407975) is unknown color: approx Ming. HEX triplet: 40, 79 and 75. RGB value is (64,121,117). Sum of RGB (Red+Green+Blue) = 64+121+117=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #407975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407975 is #BF868A. Grayscale: #676767. Windows color (decimal): -12551819 or 7698752. OLE color: 7698752.

HSL color Cylindrical-coordinate representation of color #407975: hue angle of 175.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407975 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB64121117-
CMYK0.4700.030.53
HSL175.79º30.81%36.27%-
HSV(B)175.79º47.11%47.45%-
XYZ12.1616.0519.29-
YUV103.5135.6299.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=21.19%
G=40.07%
B=38.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641211170.4700.030.53175.7930.8136.27
Hex4079752F0335b01f24
Octal1001711655703652603744
Binary1000000111100111101011011110111101011011000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407975; }

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

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

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

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

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

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

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

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