Shades of Dark Green Copper #45736E
Tints of Dark Green Copper #45736E
RGB
CMYK
RGB Variations
Color information
#45736E (or 0x45736E) is known color: Dark Green Copper. HEX triplet: 45, 73 and 6E. RGB value is (69,115,110). Sum of RGB (Red+Green+Blue) = 69+115+110=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #45736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45736E is #BA8C91. Grayscale: #646464. Windows color (decimal): -12225682 or 7238469. OLE color: 7238469.
HSL color Cylindrical-coordinate representation of color #45736E: hue angle of 173.48º 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 #45736E is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 110 | - |
| CMYK | 0.4 | 0 | 0.04 | 0.55 |
| HSL | 173.48º | 0.25% | 0.36% | - |
| HSV(B) | 173.48º | 0.4% | 0.45% | - |
| XYZ | 11.4 | 14.65 | 16.98 | - |
| YUV | 100.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 110 | 0.4 | 0 | 0.04 | 0.55 | 173.48 | 0.25 | 0.36 |
| Hex | 45 | 73 | 6E | 28 | 0 | 4 | 37 | AD | 19 | 24 |
| Octal | 105 | 163 | 156 | 50 | 0 | 4 | 67 | 255 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1101110 | 101000 | 0 | 100 | 110111 | 10101101 | 11001 | 100100 |
Color Harmonies of #45736E
Complementary color
Monochromatic Colors of #45736E
Black with #45736E
Text Example
Text Example
White with #45736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45736E; }
p { color: rgb(69,115,110); }
H1.HeaderClassName
{
color: #45736E;
}
.AnyTagClassName
{
color: #45736E;
}
</style>
background-color css
<style>
a { background-color: #45736E; }
a { background-color: rgb(69,115,110); }
div.DivClassName
{
background-color: #45736E;
}
.BgClassName
{
background-color: #45736E;
}
</style>
border-color css
<style>
span { border-color: #45736E; }
span { border-color: rgb(69,115,110); }
td.TdClassName
{
border-color: #45736E;
}
.TagClassName
{
border-color: #45736E;
}
</style>