Shades of Dark Green Copper #407364
Tints of Dark Green Copper #407364
RGB
CMYK
RGB Variations
Color information
#407364 (or 0x407364) is known color: Dark Green Copper. HEX triplet: 40, 73 and 64. RGB value is (64,115,100). Sum of RGB (Red+Green+Blue) = 64+115+100=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #407364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407364 is #BF8C9B. Grayscale: #626262. Windows color (decimal): -12553372 or 6583104. OLE color: 6583104.
HSL color Cylindrical-coordinate representation of color #407364: hue angle of 162.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407364 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 100 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.55 |
| HSL | 162.35º | 0.28% | 0.35% | - |
| HSV(B) | 162.35º | 0.44% | 0.45% | - |
| XYZ | 10.55 | 14.27 | 14.26 | - |
| YUV | 98.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 100 | 0.44 | 0 | 0.13 | 0.55 | 162.35 | 0.28 | 0.35 |
| Hex | 40 | 73 | 64 | 2C | 0 | D | 37 | A2 | 1C | 23 |
| Octal | 100 | 163 | 144 | 54 | 0 | 15 | 67 | 242 | 34 | 43 |
| Binary | 1000000 | 1110011 | 1100100 | 101100 | 0 | 1101 | 110111 | 10100010 | 11100 | 100011 |
Color Harmonies of #407364
Complementary color
Monochromatic Colors of #407364
Black with #407364
Text Example
Text Example
White with #407364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407364; }
p { color: rgb(64,115,100); }
H1.HeaderClassName
{
color: #407364;
}
.AnyTagClassName
{
color: #407364;
}
</style>
background-color css
<style>
a { background-color: #407364; }
a { background-color: rgb(64,115,100); }
div.DivClassName
{
background-color: #407364;
}
.BgClassName
{
background-color: #407364;
}
</style>
border-color css
<style>
span { border-color: #407364; }
span { border-color: rgb(64,115,100); }
td.TdClassName
{
border-color: #407364;
}
.TagClassName
{
border-color: #407364;
}
</style>