#417576

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

Shades of Ming #417576

Tints of Ming #417576

Color information

#417576 (or 0x417576) is unknown color: approx Ming. HEX triplet: 41, 75 and 76. RGB value is (65,117,118). Sum of RGB (Red+Green+Blue) = 65+117+118=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #417576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417576 is #BE8A89. Grayscale: #656565. Windows color (decimal): -12487306 or 7763265. OLE color: 7763265.

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

Color convert

RGB65117118-
CMYK0.450.0100.54
HSL181.13º28.96%35.88%-
HSV(B)181.13º44.92%46.27%-
XYZ11.8115.1519.44-
YUV101.57137.27101.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=21.67%
G=39%
B=39.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651171180.450.0100.54181.1328.9635.88
Hex4175762D1036b51d24
Octal1011651665510662653544
Binary100000111101011110110101101101101101011010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417576; }

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

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

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

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

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

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

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

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