Shades of Dark Green Copper #417972
Tints of Dark Green Copper #417972
RGB
CMYK
RGB Variations
Color information
#417972 (or 0x417972) is known color: Dark Green Copper. HEX triplet: 41, 79 and 72. RGB value is (65,121,114). Sum of RGB (Red+Green+Blue) = 65+121+114=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #417972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417972 is #BE868D. Grayscale: #676767. Windows color (decimal): -12486286 or 7502145. OLE color: 7502145.
HSL color Cylindrical-coordinate representation of color #417972: hue angle of 172.5º 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 #417972 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 121 | 114 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.53 |
| HSL | 172.5º | 0.3% | 0.36% | - |
| HSV(B) | 172.5º | 0.46% | 0.47% | - |
| XYZ | 12.05 | 16.01 | 18.38 | - |
| YUV | 103.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 114 | 0.46 | 0 | 0.06 | 0.53 | 172.5 | 0.3 | 0.36 |
| Hex | 41 | 79 | 72 | 2E | 0 | 6 | 35 | AC | 1E | 24 |
| Octal | 101 | 171 | 162 | 56 | 0 | 6 | 65 | 254 | 36 | 44 |
| Binary | 1000001 | 1111001 | 1110010 | 101110 | 0 | 110 | 110101 | 10101100 | 11110 | 100100 |
Color Harmonies of #417972
Complementary color
Monochromatic Colors of #417972
Black with #417972
Text Example
Text Example
White with #417972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417972; }
p { color: rgb(65,121,114); }
H1.HeaderClassName
{
color: #417972;
}
.AnyTagClassName
{
color: #417972;
}
</style>
background-color css
<style>
a { background-color: #417972; }
a { background-color: rgb(65,121,114); }
div.DivClassName
{
background-color: #417972;
}
.BgClassName
{
background-color: #417972;
}
</style>
border-color css
<style>
span { border-color: #417972; }
span { border-color: rgb(65,121,114); }
td.TdClassName
{
border-color: #417972;
}
.TagClassName
{
border-color: #417972;
}
</style>