#417575

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

Shades of Ming #417575

Tints of Ming #417575

Color information

#417575 (or 0x417575) is unknown color: approx Ming. HEX triplet: 41, 75 and 75. RGB value is (65,117,117). Sum of RGB (Red+Green+Blue) = 65+117+117=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #417575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417575 is #BE8A8A. Grayscale: #656565. Windows color (decimal): -12487307 or 7697729. OLE color: 7697729.

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

Color convert

RGB65117117-
CMYK0.44000.54
HSL180º28.57%35.69%-
HSV(B)180º44.44%45.88%-
XYZ11.7515.1319.13-
YUV101.45136.77102-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=21.74%
G=39.13%
B=39.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651171170.44000.5418028.5735.69
Hex4175752C0036b41d24
Octal1011651655400662643544
Binary100000111101011110101101100001101101011010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417575; }

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

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

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

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

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

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

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

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