#41746D

Color #41746D Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #41746D

Tints of Dark Green Copper #41746D

Color information

#41746D (or 0x41746D) is unknown color: approx Dark Green Copper. HEX triplet: 41, 74 and 6D. RGB value is (65,116,109). Sum of RGB (Red+Green+Blue) = 65+116+109=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #41746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41746D is #BE8B92. Grayscale: #636363. Windows color (decimal): -12487571 or 7173185. OLE color: 7173185.

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

Color convert

RGB65116109-
CMYK0.4400.060.55
HSL171.76º28.18%35.49%-
HSV(B)171.76º43.97%45.49%-
XYZ11.1914.7216.72-
YUV99.95133.1103.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=22.41%
G=40%
B=37.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651161090.4400.060.55171.7628.1835.49
Hex41746D2C0637ac1c23
Octal1011641555406672543443
Binary10000011110100110110110110001101101111010110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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