Shades of Dark Green Copper #467369
Tints of Dark Green Copper #467369
RGB
CMYK
RGB Variations
Color information
#467369 (or 0x467369) is known color: Dark Green Copper. HEX triplet: 46, 73 and 69. RGB value is (70,115,105). Sum of RGB (Red+Green+Blue) = 70+115+105=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #467369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467369 is #B98C96. Grayscale: #646464. Windows color (decimal): -12160151 or 6910790. OLE color: 6910790.
HSL color Cylindrical-coordinate representation of color #467369: hue angle of 166.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 #467369 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 105 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.55 |
| HSL | 166.67º | 0.24% | 0.36% | - |
| HSV(B) | 166.67º | 0.39% | 0.45% | - |
| XYZ | 11.21 | 14.58 | 15.59 | - |
| YUV | 100.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 105 | 0.39 | 0 | 0.09 | 0.55 | 166.67 | 0.24 | 0.36 |
| Hex | 46 | 73 | 69 | 27 | 0 | 9 | 37 | A7 | 18 | 24 |
| Octal | 106 | 163 | 151 | 47 | 0 | 11 | 67 | 247 | 30 | 44 |
| Binary | 1000110 | 1110011 | 1101001 | 100111 | 0 | 1001 | 110111 | 10100111 | 11000 | 100100 |
Color Harmonies of #467369
Complementary color
Monochromatic Colors of #467369
Black with #467369
Text Example
Text Example
White with #467369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467369; }
p { color: rgb(70,115,105); }
H1.HeaderClassName
{
color: #467369;
}
.AnyTagClassName
{
color: #467369;
}
</style>
background-color css
<style>
a { background-color: #467369; }
a { background-color: rgb(70,115,105); }
div.DivClassName
{
background-color: #467369;
}
.BgClassName
{
background-color: #467369;
}
</style>
border-color css
<style>
span { border-color: #467369; }
span { border-color: rgb(70,115,105); }
td.TdClassName
{
border-color: #467369;
}
.TagClassName
{
border-color: #467369;
}
</style>