Shades of Dark Green Copper #456C63
Tints of Dark Green Copper #456C63
RGB
CMYK
RGB Variations
Color information
#456C63 (or 0x456C63) is known color: Dark Green Copper. HEX triplet: 45, 6C and 63. RGB value is (69,108,99). Sum of RGB (Red+Green+Blue) = 69+108+99=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #456C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C63 is #BA939C. Grayscale: #5F5F5F. Windows color (decimal): -12227485 or 6515781. OLE color: 6515781.
HSL color Cylindrical-coordinate representation of color #456C63: hue angle of 166.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C63 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 99 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.58 |
| HSL | 166.15º | 0.22% | 0.35% | - |
| HSV(B) | 166.15º | 0.36% | 0.42% | - |
| XYZ | 10.07 | 12.89 | 13.76 | - |
| YUV | 95.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 99 | 0.36 | 0 | 0.08 | 0.58 | 166.15 | 0.22 | 0.35 |
| Hex | 45 | 6C | 63 | 24 | 0 | 8 | 3A | A6 | 16 | 23 |
| Octal | 105 | 154 | 143 | 44 | 0 | 10 | 72 | 246 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1100011 | 100100 | 0 | 1000 | 111010 | 10100110 | 10110 | 100011 |
Color Harmonies of #456C63
Complementary color
Monochromatic Colors of #456C63
Black with #456C63
Text Example
Text Example
White with #456C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C63; }
p { color: rgb(69,108,99); }
H1.HeaderClassName
{
color: #456C63;
}
.AnyTagClassName
{
color: #456C63;
}
</style>
background-color css
<style>
a { background-color: #456C63; }
a { background-color: rgb(69,108,99); }
div.DivClassName
{
background-color: #456C63;
}
.BgClassName
{
background-color: #456C63;
}
</style>
border-color css
<style>
span { border-color: #456C63; }
span { border-color: rgb(69,108,99); }
td.TdClassName
{
border-color: #456C63;
}
.TagClassName
{
border-color: #456C63;
}
</style>