#41756D

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

Shades of Dark Green Copper #41756D

Tints of Dark Green Copper #41756D

Color information

#41756D (or 0x41756D) is unknown color: approx Dark Green Copper. HEX triplet: 41, 75 and 6D. RGB value is (65,117,109). Sum of RGB (Red+Green+Blue) = 65+117+109=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #41756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756D is #BE8A92. Grayscale: #646464. Windows color (decimal): -12487315 or 7173441. OLE color: 7173441.

HSL color Cylindrical-coordinate representation of color #41756D: hue angle of 170.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41756D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB65117109-
CMYK0.4400.070.54
HSL170.77º28.57%35.69%-
HSV(B)170.77º44.44%45.88%-
XYZ11.314.9516.76-
YUV100.54132.77102.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=22.34%
G=40.21%
B=37.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651171090.4400.070.54170.7728.5735.69
Hex41756D2C0736ab1d24
Octal1011651555407662533544
Binary10000011110101110110110110001111101101010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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