Shades of Dark Green Copper #45706D
Tints of Dark Green Copper #45706D
RGB
CMYK
RGB Variations
Color information
#45706D (or 0x45706D) is known color: Dark Green Copper. HEX triplet: 45, 70 and 6D. RGB value is (69,112,109). Sum of RGB (Red+Green+Blue) = 69+112+109=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #45706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45706D is #BA8F92. Grayscale: #626262. Windows color (decimal): -12226451 or 7172165. OLE color: 7172165.
HSL color Cylindrical-coordinate representation of color #45706D: hue angle of 175.81º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45706D is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 109 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.56 |
| HSL | 175.81º | 0.24% | 0.35% | - |
| HSV(B) | 175.81º | 0.38% | 0.44% | - |
| XYZ | 11.01 | 13.96 | 16.58 | - |
| YUV | 98.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 109 | 0.38 | 0 | 0.03 | 0.56 | 175.81 | 0.24 | 0.35 |
| Hex | 45 | 70 | 6D | 26 | 0 | 3 | 38 | B0 | 18 | 23 |
| Octal | 105 | 160 | 155 | 46 | 0 | 3 | 70 | 260 | 30 | 43 |
| Binary | 1000101 | 1110000 | 1101101 | 100110 | 0 | 11 | 111000 | 10110000 | 11000 | 100011 |
Color Harmonies of #45706D
Complementary color
Monochromatic Colors of #45706D
Black with #45706D
Text Example
Text Example
White with #45706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45706D; }
p { color: rgb(69,112,109); }
H1.HeaderClassName
{
color: #45706D;
}
.AnyTagClassName
{
color: #45706D;
}
</style>
background-color css
<style>
a { background-color: #45706D; }
a { background-color: rgb(69,112,109); }
div.DivClassName
{
background-color: #45706D;
}
.BgClassName
{
background-color: #45706D;
}
</style>
border-color css
<style>
span { border-color: #45706D; }
span { border-color: rgb(69,112,109); }
td.TdClassName
{
border-color: #45706D;
}
.TagClassName
{
border-color: #45706D;
}
</style>