#417370

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

Shades of Ming #417370

Tints of Ming #417370

Color information

#417370 (or 0x417370) is unknown color: approx Ming. HEX triplet: 41, 73 and 70. RGB value is (65,115,112). Sum of RGB (Red+Green+Blue) = 65+115+112=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #417370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417370 is #BE8C8F. Grayscale: #636363. Windows color (decimal): -12487824 or 7369537. OLE color: 7369537.

HSL color Cylindrical-coordinate representation of color #417370: hue angle of 176.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417370 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB65115112-
CMYK0.4300.030.55
HSL176.4º27.78%35.29%-
HSV(B)176.4º43.48%45.1%-
XYZ11.2414.5617.55-
YUV99.71134.94103.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=22.26%
G=39.38%
B=38.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651151120.4300.030.55176.427.7835.29
Hex4173702B0337b01c23
Octal1011631605303672603443
Binary1000001111001111100001010110111101111011000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417370; }

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

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

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

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

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

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

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

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