#41796F

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

Shades of Dark Green Copper #41796F

Tints of Dark Green Copper #41796F

Color information

#41796F (or 0x41796F) is unknown color: approx Dark Green Copper. HEX triplet: 41, 79 and 6F. RGB value is (65,121,111). Sum of RGB (Red+Green+Blue) = 65+121+111=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #41796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41796F is #BE8690. Grayscale: #676767. Windows color (decimal): -12486289 or 7305537. OLE color: 7305537.

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

Color convert

RGB65121111-
CMYK0.4600.080.53
HSL169.29º30.11%36.47%-
HSV(B)169.29º46.28%47.45%-
XYZ11.8915.9517.49-
YUV103.12132.45100.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=21.89%
G=40.74%
B=37.37%

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
Decimal651211110.4600.080.53169.2930.1136.47
Hex41796F2E0835a91e24
Octal10117115756010652513644
Binary100000111110011101111101110010001101011010100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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