Shades of Dark Green Copper #45726F
Tints of Dark Green Copper #45726F
RGB
CMYK
RGB Variations
Color information
#45726F (or 0x45726F) is known color: Dark Green Copper. HEX triplet: 45, 72 and 6F. RGB value is (69,114,111). Sum of RGB (Red+Green+Blue) = 69+114+111=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #45726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45726F is #BA8D90. Grayscale: #646464. Windows color (decimal): -12225937 or 7303749. OLE color: 7303749.
HSL color Cylindrical-coordinate representation of color #45726F: hue angle of 176º 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 #45726F is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 111 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.55 |
| HSL | 176º | 0.25% | 0.36% | - |
| HSV(B) | 176º | 0.39% | 0.45% | - |
| XYZ | 11.34 | 14.45 | 17.23 | - |
| YUV | 100.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 111 | 0.39 | 0 | 0.03 | 0.55 | 176 | 0.25 | 0.36 |
| Hex | 45 | 72 | 6F | 27 | 0 | 3 | 37 | B0 | 19 | 24 |
| Octal | 105 | 162 | 157 | 47 | 0 | 3 | 67 | 260 | 31 | 44 |
| Binary | 1000101 | 1110010 | 1101111 | 100111 | 0 | 11 | 110111 | 10110000 | 11001 | 100100 |
Color Harmonies of #45726F
Complementary color
Monochromatic Colors of #45726F
Black with #45726F
Text Example
Text Example
White with #45726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45726F; }
p { color: rgb(69,114,111); }
H1.HeaderClassName
{
color: #45726F;
}
.AnyTagClassName
{
color: #45726F;
}
</style>
background-color css
<style>
a { background-color: #45726F; }
a { background-color: rgb(69,114,111); }
div.DivClassName
{
background-color: #45726F;
}
.BgClassName
{
background-color: #45726F;
}
</style>
border-color css
<style>
span { border-color: #45726F; }
span { border-color: rgb(69,114,111); }
td.TdClassName
{
border-color: #45726F;
}
.TagClassName
{
border-color: #45726F;
}
</style>