#417170

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

Shades of Ming #417170

Tints of Ming #417170

Color information

#417170 (or 0x417170) is unknown color: approx Ming. HEX triplet: 41, 71 and 70. RGB value is (65,113,112). Sum of RGB (Red+Green+Blue) = 65+113+112=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #417170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417170 is #BE8E8F. Grayscale: #626262. Windows color (decimal): -12488336 or 7369025. OLE color: 7369025.

HSL color Cylindrical-coordinate representation of color #417170: hue angle of 178.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417170 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB65113112-
CMYK0.4200.010.56
HSL178.75º26.97%34.9%-
HSV(B)178.75º42.48%44.31%-
XYZ11.0114.117.47-
YUV98.53135.6104.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=22.41%
G=38.97%
B=38.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651131120.4200.010.56178.7526.9734.9
Hex4171702A0138b31b23
Octal1011611605201702633343
Binary100000111100011110000101010011110001011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417170; }

 p { color: rgb(65,113,112); }

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

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

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

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

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

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

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