Shades of Dark Green Copper #45726E
Tints of Dark Green Copper #45726E
RGB
CMYK
RGB Variations
Color information
#45726E (or 0x45726E) is known color: Dark Green Copper. HEX triplet: 45, 72 and 6E. RGB value is (69,114,110). Sum of RGB (Red+Green+Blue) = 69+114+110=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #45726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45726E is #BA8D91. Grayscale: #646464. Windows color (decimal): -12225938 or 7238213. OLE color: 7238213.
HSL color Cylindrical-coordinate representation of color #45726E: hue angle of 174.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45726E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 110 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.55 |
| HSL | 174.67º | 0.25% | 0.36% | - |
| HSV(B) | 174.67º | 0.39% | 0.45% | - |
| XYZ | 11.29 | 14.43 | 16.94 | - |
| YUV | 100.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 110 | 0.39 | 0 | 0.04 | 0.55 | 174.67 | 0.25 | 0.36 |
| Hex | 45 | 72 | 6E | 27 | 0 | 4 | 37 | AF | 19 | 24 |
| Octal | 105 | 162 | 156 | 47 | 0 | 4 | 67 | 257 | 31 | 44 |
| Binary | 1000101 | 1110010 | 1101110 | 100111 | 0 | 100 | 110111 | 10101111 | 11001 | 100100 |
Color Harmonies of #45726E
Complementary color
Monochromatic Colors of #45726E
Black with #45726E
Text Example
Text Example
White with #45726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45726E; }
p { color: rgb(69,114,110); }
H1.HeaderClassName
{
color: #45726E;
}
.AnyTagClassName
{
color: #45726E;
}
</style>
background-color css
<style>
a { background-color: #45726E; }
a { background-color: rgb(69,114,110); }
div.DivClassName
{
background-color: #45726E;
}
.BgClassName
{
background-color: #45726E;
}
</style>
border-color css
<style>
span { border-color: #45726E; }
span { border-color: rgb(69,114,110); }
td.TdClassName
{
border-color: #45726E;
}
.TagClassName
{
border-color: #45726E;
}
</style>