#41766A

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

Shades of Dark Green Copper #41766A

Tints of Dark Green Copper #41766A

Color information

#41766A (or 0x41766A) is unknown color: approx Dark Green Copper. HEX triplet: 41, 76 and 6A. RGB value is (65,118,106). Sum of RGB (Red+Green+Blue) = 65+118+106=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #41766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41766A is #BE8995. Grayscale: #646464. Windows color (decimal): -12487062 or 6977089. OLE color: 6977089.

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

Color convert

RGB65118106-
CMYK0.4500.100.54
HSL166.42º28.96%35.88%-
HSV(B)166.42º44.92%46.27%-
XYZ11.2615.1215.96-
YUV100.78130.94102.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=22.49%
G=40.83%
B=36.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651181060.4500.100.54166.4228.9635.88
Hex41766A2D0A36a61d24
Octal10116615255012662463544
Binary100000111101101101010101101010101101101010011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41766A; }

 p { color: rgb(65,118,106); }

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

<style>
 a { background-color: #41766A; }

 a { background-color: rgb(65,118,106); }

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

<style>
 span { border-color: #41766A; }

 span { border-color: rgb(65,118,106); }

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