Shades of Dark Green Copper #456963
Tints of Dark Green Copper #456963
RGB
CMYK
RGB Variations
Color information
#456963 (or 0x456963) is known color: Dark Green Copper. HEX triplet: 45, 69 and 63. RGB value is (69,105,99). Sum of RGB (Red+Green+Blue) = 69+105+99=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #456963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456963 is #BA969C. Grayscale: #5D5D5D. Windows color (decimal): -12228253 or 6515013. OLE color: 6515013.
HSL color Cylindrical-coordinate representation of color #456963: hue angle of 170º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456963 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 99 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.59 |
| HSL | 170º | 0.21% | 0.34% | - |
| HSV(B) | 170º | 0.34% | 0.41% | - |
| XYZ | 9.76 | 12.27 | 13.66 | - |
| YUV | 93.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 99 | 0.34 | 0 | 0.06 | 0.59 | 170 | 0.21 | 0.34 |
| Hex | 45 | 69 | 63 | 22 | 0 | 6 | 3B | AA | 15 | 22 |
| Octal | 105 | 151 | 143 | 42 | 0 | 6 | 73 | 252 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1100011 | 100010 | 0 | 110 | 111011 | 10101010 | 10101 | 100010 |
Color Harmonies of #456963
Complementary color
Monochromatic Colors of #456963
Black with #456963
Text Example
Text Example
White with #456963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456963; }
p { color: rgb(69,105,99); }
H1.HeaderClassName
{
color: #456963;
}
.AnyTagClassName
{
color: #456963;
}
</style>
background-color css
<style>
a { background-color: #456963; }
a { background-color: rgb(69,105,99); }
div.DivClassName
{
background-color: #456963;
}
.BgClassName
{
background-color: #456963;
}
</style>
border-color css
<style>
span { border-color: #456963; }
span { border-color: rgb(69,105,99); }
td.TdClassName
{
border-color: #456963;
}
.TagClassName
{
border-color: #456963;
}
</style>