#41796C

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

Shades of Dark Green Copper #41796C

Tints of Dark Green Copper #41796C

Color information

#41796C (or 0x41796C) is unknown color: approx Dark Green Copper. HEX triplet: 41, 79 and 6C. RGB value is (65,121,108). Sum of RGB (Red+Green+Blue) = 65+121+108=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #41796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41796C is #BE8693. Grayscale: #666666. Windows color (decimal): -12486292 or 7108929. OLE color: 7108929.

HSL color Cylindrical-coordinate representation of color #41796C: hue angle of 166.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41796C is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB65121108-
CMYK0.4600.110.53
HSL166.07º30.11%36.47%-
HSV(B)166.07º46.28%47.45%-
XYZ11.7215.8816.63-
YUV102.77130.95101.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=22.11%
G=41.16%
B=36.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651211080.4600.110.53166.0730.1136.47
Hex41796C2E0B35a61e24
Octal10117115456013652463644
Binary100000111110011101100101110010111101011010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41796C; }

 p { color: rgb(65,121,108); }

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

<style>
 a { background-color: #41796C; }

 a { background-color: rgb(65,121,108); }

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

<style>
 span { border-color: #41796C; }

 span { border-color: rgb(65,121,108); }

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