#41706E

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

Shades of Ming #41706E

Tints of Ming #41706E

Color information

#41706E (or 0x41706E) is unknown color: approx Ming. HEX triplet: 41, 70 and 6E. RGB value is (65,112,110). Sum of RGB (Red+Green+Blue) = 65+112+110=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #41706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706E is #BE8F91. Grayscale: #616161. Windows color (decimal): -12488594 or 7237697. OLE color: 7237697.

HSL color Cylindrical-coordinate representation of color #41706E: hue angle of 177.45º 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 #41706E is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB65112110-
CMYK0.4200.020.56
HSL177.45º26.55%34.71%-
HSV(B)177.45º41.96%43.92%-
XYZ10.7913.8416.85-
YUV97.72134.93104.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=22.65%
G=39.02%
B=38.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651121100.4200.020.56177.4526.5534.71
Hex41706E2A0238b11b23
Octal1011601565202702613343
Binary1000001111000011011101010100101110001011000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41706E; }

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

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

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

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

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

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

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

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