#41786F

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

Shades of Dark Green Copper #41786F

Tints of Dark Green Copper #41786F

Color information

#41786F (or 0x41786F) is unknown color: approx Dark Green Copper. HEX triplet: 41, 78 and 6F. RGB value is (65,120,111). Sum of RGB (Red+Green+Blue) = 65+120+111=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #41786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41786F is #BE8790. Grayscale: #666666. Windows color (decimal): -12486545 or 7305281. OLE color: 7305281.

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

Color convert

RGB65120111-
CMYK0.4600.080.53
HSL170.18º29.73%36.27%-
HSV(B)170.18º45.83%47.06%-
XYZ11.7715.717.45-
YUV102.53132.78101.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=21.96%
G=40.54%
B=37.5%

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
Decimal651201110.4600.080.53170.1829.7336.27
Hex41786F2E0835aa1e24
Octal10117015756010652523644
Binary100000111110001101111101110010001101011010101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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