#416E6D

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

Shades of Ming #416E6D

Tints of Ming #416E6D

Color information

#416E6D (or 0x416E6D) is unknown color: approx Ming. HEX triplet: 41, 6E and 6D. RGB value is (65,110,109). Sum of RGB (Red+Green+Blue) = 65+110+109=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 110 - color contains mainly: green. Hex color #416E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E6D is #BE9192. Grayscale: #606060. Windows color (decimal): -12489107 or 7171649. OLE color: 7171649.

HSL color Cylindrical-coordinate representation of color #416E6D: hue angle of 178.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416E6D is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB65110109-
CMYK0.4100.010.57
HSL178.67º25.71%34.31%-
HSV(B)178.67º40.91%43.14%-
XYZ10.5213.3816.5-
YUV96.43135.09105.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=22.89%
G=38.73%
B=38.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal651101090.4100.010.57178.6725.7134.31
Hex416E6D290139b31a22
Octal1011561555101712633242
Binary100000111011101101101101001011110011011001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E6D; }

 p { color: rgb(65,110,109); }

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

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

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

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

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

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

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