Shades of Dark Green Copper #467368
Tints of Dark Green Copper #467368
RGB
CMYK
RGB Variations
Color information
#467368 (or 0x467368) is known color: Dark Green Copper. HEX triplet: 46, 73 and 68. RGB value is (70,115,104). Sum of RGB (Red+Green+Blue) = 70+115+104=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #467368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467368 is #B98C97. Grayscale: #646464. Windows color (decimal): -12160152 or 6845254. OLE color: 6845254.
HSL color Cylindrical-coordinate representation of color #467368: hue angle of 165.33º 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 #467368 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 104 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.55 |
| HSL | 165.33º | 0.24% | 0.36% | - |
| HSV(B) | 165.33º | 0.39% | 0.45% | - |
| XYZ | 11.16 | 14.56 | 15.32 | - |
| YUV | 100.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 104 | 0.39 | 0 | 0.10 | 0.55 | 165.33 | 0.24 | 0.36 |
| Hex | 46 | 73 | 68 | 27 | 0 | A | 37 | A5 | 18 | 24 |
| Octal | 106 | 163 | 150 | 47 | 0 | 12 | 67 | 245 | 30 | 44 |
| Binary | 1000110 | 1110011 | 1101000 | 100111 | 0 | 1010 | 110111 | 10100101 | 11000 | 100100 |
Color Harmonies of #467368
Complementary color
Monochromatic Colors of #467368
Black with #467368
Text Example
Text Example
White with #467368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467368; }
p { color: rgb(70,115,104); }
H1.HeaderClassName
{
color: #467368;
}
.AnyTagClassName
{
color: #467368;
}
</style>
background-color css
<style>
a { background-color: #467368; }
a { background-color: rgb(70,115,104); }
div.DivClassName
{
background-color: #467368;
}
.BgClassName
{
background-color: #467368;
}
</style>
border-color css
<style>
span { border-color: #467368; }
span { border-color: rgb(70,115,104); }
td.TdClassName
{
border-color: #467368;
}
.TagClassName
{
border-color: #467368;
}
</style>