Shades of Dark Green Copper #41796C
Tints of Dark Green Copper #41796C
RGB
CMYK
RGB Variations
Color information
#41796C (or 0x41796C) is known color: 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
| RGB | 65 | 121 | 108 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.53 |
| HSL | 166.07º | 0.3% | 0.36% | - |
| HSV(B) | 166.07º | 0.46% | 0.47% | - |
| XYZ | 11.72 | 15.88 | 16.63 | - |
| YUV | 102.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 108 | 0.46 | 0 | 0.11 | 0.53 | 166.07 | 0.3 | 0.36 |
| Hex | 41 | 79 | 6C | 2E | 0 | B | 35 | A6 | 1E | 24 |
| Octal | 101 | 171 | 154 | 56 | 0 | 13 | 65 | 246 | 36 | 44 |
| Binary | 1000001 | 1111001 | 1101100 | 101110 | 0 | 1011 | 110101 | 10100110 | 11110 | 100100 |
Color Harmonies of #41796C
Complementary color
Monochromatic Colors of #41796C
Black with #41796C
Text Example
Text Example
White with #41796C
Text Example
Text Example
HTML Codes & Css Web 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>