#41786E

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

Shades of Dark Green Copper #41786E

Tints of Dark Green Copper #41786E

Color information

#41786E (or 0x41786E) is unknown color: approx Dark Green Copper. HEX triplet: 41, 78 and 6E. RGB value is (65,120,110). Sum of RGB (Red+Green+Blue) = 65+120+110=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #41786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41786E is #BE8791. Grayscale: #666666. Windows color (decimal): -12486546 or 7239745. OLE color: 7239745.

HSL color Cylindrical-coordinate representation of color #41786E: hue angle of 169.09º 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 #41786E is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB65120110-
CMYK0.4600.080.53
HSL169.09º29.73%36.27%-
HSV(B)169.09º45.83%47.06%-
XYZ11.7115.6817.16-
YUV102.42132.28101.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=22.03%
G=40.68%
B=37.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651201100.4600.080.53169.0929.7336.27
Hex41786E2E0835a91e24
Octal10117015656010652513644
Binary100000111110001101110101110010001101011010100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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