Shades of Dark Green Copper #457369
Tints of Dark Green Copper #457369
RGB
CMYK
RGB Variations
Color information
#457369 (or 0x457369) is known color: Dark Green Copper. HEX triplet: 45, 73 and 69. RGB value is (69,115,105). Sum of RGB (Red+Green+Blue) = 69+115+105=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #457369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457369 is #BA8C96. Grayscale: #646464. Windows color (decimal): -12225687 or 6910789. OLE color: 6910789.
HSL color Cylindrical-coordinate representation of color #457369: hue angle of 166.96º 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 #457369 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 105 | - |
| CMYK | 0.4 | 0 | 0.09 | 0.55 |
| HSL | 166.96º | 0.25% | 0.36% | - |
| HSV(B) | 166.96º | 0.4% | 0.45% | - |
| XYZ | 11.13 | 14.55 | 15.59 | - |
| YUV | 100.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 105 | 0.4 | 0 | 0.09 | 0.55 | 166.96 | 0.25 | 0.36 |
| Hex | 45 | 73 | 69 | 28 | 0 | 9 | 37 | A7 | 19 | 24 |
| Octal | 105 | 163 | 151 | 50 | 0 | 11 | 67 | 247 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1101001 | 101000 | 0 | 1001 | 110111 | 10100111 | 11001 | 100100 |
Color Harmonies of #457369
Complementary color
Monochromatic Colors of #457369
Black with #457369
Text Example
Text Example
White with #457369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457369; }
p { color: rgb(69,115,105); }
H1.HeaderClassName
{
color: #457369;
}
.AnyTagClassName
{
color: #457369;
}
</style>
background-color css
<style>
a { background-color: #457369; }
a { background-color: rgb(69,115,105); }
div.DivClassName
{
background-color: #457369;
}
.BgClassName
{
background-color: #457369;
}
</style>
border-color css
<style>
span { border-color: #457369; }
span { border-color: rgb(69,115,105); }
td.TdClassName
{
border-color: #457369;
}
.TagClassName
{
border-color: #457369;
}
</style>