#407875

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

Shades of Ming #407875

Tints of Ming #407875

Color information

#407875 (or 0x407875) is unknown color: approx Ming. HEX triplet: 40, 78 and 75. RGB value is (64,120,117). Sum of RGB (Red+Green+Blue) = 64+120+117=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #407875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407875 is #BF878A. Grayscale: #666666. Windows color (decimal): -12552075 or 7698496. OLE color: 7698496.

HSL color Cylindrical-coordinate representation of color #407875: hue angle of 176.79º degrees, saturation: 0.3, 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 #407875 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB64120117-
CMYK0.4700.020.53
HSL176.79º30.43%36.08%-
HSV(B)176.79º46.67%47.06%-
XYZ12.0415.8119.25-
YUV102.91135.95100.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=21.26%
G=39.87%
B=38.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201170.4700.020.53176.7930.4336.08
Hex4078752F0235b11e24
Octal1001701655702652613644
Binary1000000111100011101011011110101101011011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407875; }

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

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

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

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

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

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

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

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