Shades of Dark Green Copper #45756D
Tints of Dark Green Copper #45756D
RGB
CMYK
RGB Variations
Color information
#45756D (or 0x45756D) is known color: Dark Green Copper. HEX triplet: 45, 75 and 6D. RGB value is (69,117,109). Sum of RGB (Red+Green+Blue) = 69+117+109=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #45756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756D is #BA8A92. Grayscale: #656565. Windows color (decimal): -12225171 or 7173445. OLE color: 7173445.
HSL color Cylindrical-coordinate representation of color #45756D: hue angle of 170º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45756D is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 109 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.54 |
| HSL | 170º | 0.26% | 0.36% | - |
| HSV(B) | 170º | 0.41% | 0.46% | - |
| XYZ | 11.58 | 15.09 | 16.77 | - |
| YUV | 101.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 109 | 0.41 | 0 | 0.07 | 0.54 | 170 | 0.26 | 0.36 |
| Hex | 45 | 75 | 6D | 29 | 0 | 7 | 36 | AA | 1A | 24 |
| Octal | 105 | 165 | 155 | 51 | 0 | 7 | 66 | 252 | 32 | 44 |
| Binary | 1000101 | 1110101 | 1101101 | 101001 | 0 | 111 | 110110 | 10101010 | 11010 | 100100 |
Color Harmonies of #45756D
Complementary color
Monochromatic Colors of #45756D
Black with #45756D
Text Example
Text Example
White with #45756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45756D; }
p { color: rgb(69,117,109); }
H1.HeaderClassName
{
color: #45756D;
}
.AnyTagClassName
{
color: #45756D;
}
</style>
background-color css
<style>
a { background-color: #45756D; }
a { background-color: rgb(69,117,109); }
div.DivClassName
{
background-color: #45756D;
}
.BgClassName
{
background-color: #45756D;
}
</style>
border-color css
<style>
span { border-color: #45756D; }
span { border-color: rgb(69,117,109); }
td.TdClassName
{
border-color: #45756D;
}
.TagClassName
{
border-color: #45756D;
}
</style>