Shades of Dark Green Copper #467363
Tints of Dark Green Copper #467363
RGB
CMYK
RGB Variations
Color information
#467363 (or 0x467363) is known color: Dark Green Copper. HEX triplet: 46, 73 and 63. RGB value is (70,115,99). Sum of RGB (Red+Green+Blue) = 70+115+99=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #467363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467363 is #B98C9C. Grayscale: #636363. Windows color (decimal): -12160157 or 6517574. OLE color: 6517574.
HSL color Cylindrical-coordinate representation of color #467363: hue angle of 158.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467363 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 99 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.55 |
| HSL | 158.67º | 0.24% | 0.36% | - |
| HSV(B) | 158.67º | 0.39% | 0.45% | - |
| XYZ | 10.91 | 14.46 | 14.02 | - |
| YUV | 99.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 99 | 0.39 | 0 | 0.14 | 0.55 | 158.67 | 0.24 | 0.36 |
| Hex | 46 | 73 | 63 | 27 | 0 | E | 37 | 9F | 18 | 24 |
| Octal | 106 | 163 | 143 | 47 | 0 | 16 | 67 | 237 | 30 | 44 |
| Binary | 1000110 | 1110011 | 1100011 | 100111 | 0 | 1110 | 110111 | 10011111 | 11000 | 100100 |
Color Harmonies of #467363
Complementary color
Monochromatic Colors of #467363
Black with #467363
Text Example
Text Example
White with #467363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467363; }
p { color: rgb(70,115,99); }
H1.HeaderClassName
{
color: #467363;
}
.AnyTagClassName
{
color: #467363;
}
</style>
background-color css
<style>
a { background-color: #467363; }
a { background-color: rgb(70,115,99); }
div.DivClassName
{
background-color: #467363;
}
.BgClassName
{
background-color: #467363;
}
</style>
border-color css
<style>
span { border-color: #467363; }
span { border-color: rgb(70,115,99); }
td.TdClassName
{
border-color: #467363;
}
.TagClassName
{
border-color: #467363;
}
</style>