#417375

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

Shades of Ming #417375

Tints of Ming #417375

Color information

#417375 (or 0x417375) is unknown color: approx Ming. HEX triplet: 41, 73 and 75. RGB value is (65,115,117). Sum of RGB (Red+Green+Blue) = 65+115+117=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #417375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417375 is #BE8C8A. Grayscale: #646464. Windows color (decimal): -12487819 or 7697217. OLE color: 7697217.

HSL color Cylindrical-coordinate representation of color #417375: hue angle of 182.31º 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 #417375 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB65115117-
CMYK0.440.0200.54
HSL182.31º28.57%35.69%-
HSV(B)182.31º44.44%45.88%-
XYZ11.5214.6719.05-
YUV100.28137.44102.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=21.89%
G=38.72%
B=39.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651151170.440.0200.54182.3128.5735.69
Hex4173752C2036b61d24
Octal1011631655420662663544
Binary1000001111001111101011011001001101101011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417375; }

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

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

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

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

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

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

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

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