Shades of Dark Green Copper #457364
Tints of Dark Green Copper #457364
RGB
CMYK
RGB Variations
Color information
#457364 (or 0x457364) is known color: Dark Green Copper. HEX triplet: 45, 73 and 64. RGB value is (69,115,100). Sum of RGB (Red+Green+Blue) = 69+115+100=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #457364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457364 is #BA8C9B. Grayscale: #636363. Windows color (decimal): -12225692 or 6583109. OLE color: 6583109.
HSL color Cylindrical-coordinate representation of color #457364: hue angle of 160.43º 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 #457364 is Cyan = 0.4, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 100 | - |
| CMYK | 0.4 | 0 | 0.13 | 0.55 |
| HSL | 160.43º | 0.25% | 0.36% | - |
| HSV(B) | 160.43º | 0.4% | 0.45% | - |
| XYZ | 10.89 | 14.45 | 14.27 | - |
| YUV | 99.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 100 | 0.4 | 0 | 0.13 | 0.55 | 160.43 | 0.25 | 0.36 |
| Hex | 45 | 73 | 64 | 28 | 0 | D | 37 | A0 | 19 | 24 |
| Octal | 105 | 163 | 144 | 50 | 0 | 15 | 67 | 240 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1100100 | 101000 | 0 | 1101 | 110111 | 10100000 | 11001 | 100100 |
Color Harmonies of #457364
Complementary color
Monochromatic Colors of #457364
Black with #457364
Text Example
Text Example
White with #457364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457364; }
p { color: rgb(69,115,100); }
H1.HeaderClassName
{
color: #457364;
}
.AnyTagClassName
{
color: #457364;
}
</style>
background-color css
<style>
a { background-color: #457364; }
a { background-color: rgb(69,115,100); }
div.DivClassName
{
background-color: #457364;
}
.BgClassName
{
background-color: #457364;
}
</style>
border-color css
<style>
span { border-color: #457364; }
span { border-color: rgb(69,115,100); }
td.TdClassName
{
border-color: #457364;
}
.TagClassName
{
border-color: #457364;
}
</style>