Shades of Dark Green Copper #407164
Tints of Dark Green Copper #407164
RGB
CMYK
RGB Variations
Color information
#407164 (or 0x407164) is known color: Dark Green Copper. HEX triplet: 40, 71 and 64. RGB value is (64,113,100). Sum of RGB (Red+Green+Blue) = 64+113+100=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #407164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407164 is #BF8E9B. Grayscale: #606060. Windows color (decimal): -12553884 or 6582592. OLE color: 6582592.
HSL color Cylindrical-coordinate representation of color #407164: hue angle of 164.08º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407164 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 100 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.56 |
| HSL | 164.08º | 0.28% | 0.35% | - |
| HSV(B) | 164.08º | 0.43% | 0.44% | - |
| XYZ | 10.32 | 13.82 | 14.18 | - |
| YUV | 96.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 100 | 0.43 | 0 | 0.12 | 0.56 | 164.08 | 0.28 | 0.35 |
| Hex | 40 | 71 | 64 | 2B | 0 | C | 38 | A4 | 1C | 23 |
| Octal | 100 | 161 | 144 | 53 | 0 | 14 | 70 | 244 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1100100 | 101011 | 0 | 1100 | 111000 | 10100100 | 11100 | 100011 |
Color Harmonies of #407164
Complementary color
Monochromatic Colors of #407164
Black with #407164
Text Example
Text Example
White with #407164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407164; }
p { color: rgb(64,113,100); }
H1.HeaderClassName
{
color: #407164;
}
.AnyTagClassName
{
color: #407164;
}
</style>
background-color css
<style>
a { background-color: #407164; }
a { background-color: rgb(64,113,100); }
div.DivClassName
{
background-color: #407164;
}
.BgClassName
{
background-color: #407164;
}
</style>
border-color css
<style>
span { border-color: #407164; }
span { border-color: rgb(64,113,100); }
td.TdClassName
{
border-color: #407164;
}
.TagClassName
{
border-color: #407164;
}
</style>