Shades of Dark Green Copper #407872
Tints of Dark Green Copper #407872
RGB
CMYK
RGB Variations
Color information
#407872 (or 0x407872) is known color: Dark Green Copper. HEX triplet: 40, 78 and 72. RGB value is (64,120,114). Sum of RGB (Red+Green+Blue) = 64+120+114=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #407872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407872 is #BF878D. Grayscale: #666666. Windows color (decimal): -12552078 or 7501888. OLE color: 7501888.
HSL color Cylindrical-coordinate representation of color #407872: hue angle of 173.57º degrees, saturation: 0.3, 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 #407872 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 114 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.53 |
| HSL | 173.57º | 0.3% | 0.36% | - |
| HSV(B) | 173.57º | 0.47% | 0.47% | - |
| XYZ | 11.87 | 15.74 | 18.33 | - |
| YUV | 102.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 114 | 0.47 | 0 | 0.05 | 0.53 | 173.57 | 0.3 | 0.36 |
| Hex | 40 | 78 | 72 | 2F | 0 | 5 | 35 | AE | 1E | 24 |
| Octal | 100 | 170 | 162 | 57 | 0 | 5 | 65 | 256 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1110010 | 101111 | 0 | 101 | 110101 | 10101110 | 11110 | 100100 |
Color Harmonies of #407872
Complementary color
Monochromatic Colors of #407872
Black with #407872
Text Example
Text Example
White with #407872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407872; }
p { color: rgb(64,120,114); }
H1.HeaderClassName
{
color: #407872;
}
.AnyTagClassName
{
color: #407872;
}
</style>
background-color css
<style>
a { background-color: #407872; }
a { background-color: rgb(64,120,114); }
div.DivClassName
{
background-color: #407872;
}
.BgClassName
{
background-color: #407872;
}
</style>
border-color css
<style>
span { border-color: #407872; }
span { border-color: rgb(64,120,114); }
td.TdClassName
{
border-color: #407872;
}
.TagClassName
{
border-color: #407872;
}
</style>