Shades of Dark Green Copper #457363
Tints of Dark Green Copper #457363
RGB
CMYK
RGB Variations
Color information
#457363 (or 0x457363) is known color: Dark Green Copper. HEX triplet: 45, 73 and 63. RGB value is (69,115,99). Sum of RGB (Red+Green+Blue) = 69+115+99=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #457363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457363 is #BA8C9C. Grayscale: #636363. Windows color (decimal): -12225693 or 6517573. OLE color: 6517573.
HSL color Cylindrical-coordinate representation of color #457363: hue angle of 159.13º 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 #457363 is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 99 | - |
| CMYK | 0.4 | 0 | 0.14 | 0.55 |
| HSL | 159.13º | 0.25% | 0.36% | - |
| HSV(B) | 159.13º | 0.4% | 0.45% | - |
| XYZ | 10.84 | 14.43 | 14.02 | - |
| YUV | 99.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 99 | 0.4 | 0 | 0.14 | 0.55 | 159.13 | 0.25 | 0.36 |
| Hex | 45 | 73 | 63 | 28 | 0 | E | 37 | 9F | 19 | 24 |
| Octal | 105 | 163 | 143 | 50 | 0 | 16 | 67 | 237 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1100011 | 101000 | 0 | 1110 | 110111 | 10011111 | 11001 | 100100 |
Color Harmonies of #457363
Complementary color
Monochromatic Colors of #457363
Black with #457363
Text Example
Text Example
White with #457363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457363; }
p { color: rgb(69,115,99); }
H1.HeaderClassName
{
color: #457363;
}
.AnyTagClassName
{
color: #457363;
}
</style>
background-color css
<style>
a { background-color: #457363; }
a { background-color: rgb(69,115,99); }
div.DivClassName
{
background-color: #457363;
}
.BgClassName
{
background-color: #457363;
}
</style>
border-color css
<style>
span { border-color: #457363; }
span { border-color: rgb(69,115,99); }
td.TdClassName
{
border-color: #457363;
}
.TagClassName
{
border-color: #457363;
}
</style>