#407575

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

Shades of Ming #407575

Tints of Ming #407575

Color information

#407575 (or 0x407575) is unknown color: approx Ming. HEX triplet: 40, 75 and 75. RGB value is (64,117,117). Sum of RGB (Red+Green+Blue) = 64+117+117=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #407575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407575 is #BF8A8A. Grayscale: #656565. Windows color (decimal): -12552843 or 7697728. OLE color: 7697728.

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

Color convert

RGB64117117-
CMYK0.45000.54
HSL180º29.28%35.49%-
HSV(B)180º45.3%45.88%-
XYZ11.6915.119.13-
YUV101.15136.94101.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=21.48%
G=39.26%
B=39.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171170.45000.5418029.2835.49
Hex4075752D0036b41d23
Octal1001651655500662643543
Binary100000011101011110101101101001101101011010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407575; }

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

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

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

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

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

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

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

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