Shades of Dark Green Copper #456965
Tints of Dark Green Copper #456965
RGB
CMYK
RGB Variations
Color information
#456965 (or 0x456965) is known color: Dark Green Copper. HEX triplet: 45, 69 and 65. RGB value is (69,105,101). Sum of RGB (Red+Green+Blue) = 69+105+101=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #456965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456965 is #BA969A. Grayscale: #5D5D5D. Windows color (decimal): -12228251 or 6646085. OLE color: 6646085.
HSL color Cylindrical-coordinate representation of color #456965: hue angle of 173.33º 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 #456965 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 101 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.59 |
| HSL | 173.33º | 0.21% | 0.34% | - |
| HSV(B) | 173.33º | 0.34% | 0.41% | - |
| XYZ | 9.85 | 12.31 | 14.17 | - |
| YUV | 93.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 101 | 0.34 | 0 | 0.04 | 0.59 | 173.33 | 0.21 | 0.34 |
| Hex | 45 | 69 | 65 | 22 | 0 | 4 | 3B | AD | 15 | 22 |
| Octal | 105 | 151 | 145 | 42 | 0 | 4 | 73 | 255 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1100101 | 100010 | 0 | 100 | 111011 | 10101101 | 10101 | 100010 |
Color Harmonies of #456965
Complementary color
Monochromatic Colors of #456965
Black with #456965
Text Example
Text Example
White with #456965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456965; }
p { color: rgb(69,105,101); }
H1.HeaderClassName
{
color: #456965;
}
.AnyTagClassName
{
color: #456965;
}
</style>
background-color css
<style>
a { background-color: #456965; }
a { background-color: rgb(69,105,101); }
div.DivClassName
{
background-color: #456965;
}
.BgClassName
{
background-color: #456965;
}
</style>
border-color css
<style>
span { border-color: #456965; }
span { border-color: rgb(69,105,101); }
td.TdClassName
{
border-color: #456965;
}
.TagClassName
{
border-color: #456965;
}
</style>