Shades of Dark Green Copper #407973
Tints of Dark Green Copper #407973
RGB
CMYK
RGB Variations
Color information
#407973 (or 0x407973) is known color: Dark Green Copper. HEX triplet: 40, 79 and 73. RGB value is (64,121,115). Sum of RGB (Red+Green+Blue) = 64+121+115=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #407973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407973 is #BF868C. Grayscale: #676767. Windows color (decimal): -12551821 or 7567680. OLE color: 7567680.
HSL color Cylindrical-coordinate representation of color #407973: hue angle of 173.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407973 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 115 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.53 |
| HSL | 173.68º | 0.31% | 0.36% | - |
| HSV(B) | 173.68º | 0.47% | 0.47% | - |
| XYZ | 12.05 | 16 | 18.67 | - |
| YUV | 103.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 115 | 0.47 | 0 | 0.05 | 0.53 | 173.68 | 0.31 | 0.36 |
| Hex | 40 | 79 | 73 | 2F | 0 | 5 | 35 | AE | 1F | 24 |
| Octal | 100 | 171 | 163 | 57 | 0 | 5 | 65 | 256 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1110011 | 101111 | 0 | 101 | 110101 | 10101110 | 11111 | 100100 |
Color Harmonies of #407973
Complementary color
Monochromatic Colors of #407973
Black with #407973
Text Example
Text Example
White with #407973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407973; }
p { color: rgb(64,121,115); }
H1.HeaderClassName
{
color: #407973;
}
.AnyTagClassName
{
color: #407973;
}
</style>
background-color css
<style>
a { background-color: #407973; }
a { background-color: rgb(64,121,115); }
div.DivClassName
{
background-color: #407973;
}
.BgClassName
{
background-color: #407973;
}
</style>
border-color css
<style>
span { border-color: #407973; }
span { border-color: rgb(64,121,115); }
td.TdClassName
{
border-color: #407973;
}
.TagClassName
{
border-color: #407973;
}
</style>