#41706D

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

Shades of Ming #41706D

Tints of Ming #41706D

Color information

#41706D (or 0x41706D) is unknown color: approx Ming. HEX triplet: 41, 70 and 6D. RGB value is (65,112,109). Sum of RGB (Red+Green+Blue) = 65+112+109=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #41706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706D is #BE8F92. Grayscale: #616161. Windows color (decimal): -12488595 or 7172161. OLE color: 7172161.

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

Color convert

RGB65112109-
CMYK0.4200.030.56
HSL176.17º26.55%34.71%-
HSV(B)176.17º41.96%43.92%-
XYZ10.7313.8216.57-
YUV97.6134.43104.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=22.73%
G=39.16%
B=38.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651121090.4200.030.56176.1726.5534.71
Hex41706D2A0338b01b23
Octal1011601555203702603343
Binary1000001111000011011011010100111110001011000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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