Shades of Dark Green Copper #45736D
Tints of Dark Green Copper #45736D
RGB
CMYK
RGB Variations
Color information
#45736D (or 0x45736D) is known color: Dark Green Copper. HEX triplet: 45, 73 and 6D. RGB value is (69,115,109). Sum of RGB (Red+Green+Blue) = 69+115+109=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #45736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45736D is #BA8C92. Grayscale: #646464. Windows color (decimal): -12225683 or 7172933. OLE color: 7172933.
HSL color Cylindrical-coordinate representation of color #45736D: hue angle of 172.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45736D is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 109 | - |
| CMYK | 0.4 | 0 | 0.05 | 0.55 |
| HSL | 172.17º | 0.25% | 0.36% | - |
| HSV(B) | 172.17º | 0.4% | 0.45% | - |
| XYZ | 11.35 | 14.63 | 16.69 | - |
| YUV | 100.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 109 | 0.4 | 0 | 0.05 | 0.55 | 172.17 | 0.25 | 0.36 |
| Hex | 45 | 73 | 6D | 28 | 0 | 5 | 37 | AC | 19 | 24 |
| Octal | 105 | 163 | 155 | 50 | 0 | 5 | 67 | 254 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1101101 | 101000 | 0 | 101 | 110111 | 10101100 | 11001 | 100100 |
Color Harmonies of #45736D
Complementary color
Monochromatic Colors of #45736D
Black with #45736D
Text Example
Text Example
White with #45736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45736D; }
p { color: rgb(69,115,109); }
H1.HeaderClassName
{
color: #45736D;
}
.AnyTagClassName
{
color: #45736D;
}
</style>
background-color css
<style>
a { background-color: #45736D; }
a { background-color: rgb(69,115,109); }
div.DivClassName
{
background-color: #45736D;
}
.BgClassName
{
background-color: #45736D;
}
</style>
border-color css
<style>
span { border-color: #45736D; }
span { border-color: rgb(69,115,109); }
td.TdClassName
{
border-color: #45736D;
}
.TagClassName
{
border-color: #45736D;
}
</style>