#41746E

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

Shades of Dark Green Copper #41746E

Tints of Dark Green Copper #41746E

Color information

#41746E (or 0x41746E) is unknown color: approx Dark Green Copper. HEX triplet: 41, 74 and 6E. RGB value is (65,116,110). Sum of RGB (Red+Green+Blue) = 65+116+110=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #41746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41746E is #BE8B91. Grayscale: #646464. Windows color (decimal): -12487570 or 7238721. OLE color: 7238721.

HSL color Cylindrical-coordinate representation of color #41746E: hue angle of 172.94º 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 #41746E is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB65116110-
CMYK0.4400.050.55
HSL172.94º28.18%35.49%-
HSV(B)172.94º43.97%45.49%-
XYZ11.2414.7417-
YUV100.07133.6102.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=22.34%
G=39.86%
B=37.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651161100.4400.050.55172.9428.1835.49
Hex41746E2C0537ad1c23
Octal1011641565405672553443
Binary10000011110100110111010110001011101111010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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