Shades of Dark Green Copper #457A6D
Tints of Dark Green Copper #457A6D
RGB
CMYK
RGB Variations
Color information
#457A6D (or 0x457A6D) is known color: Dark Green Copper. HEX triplet: 45, 7A and 6D. RGB value is (69,122,109). Sum of RGB (Red+Green+Blue) = 69+122+109=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #457A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A6D is #BA8592. Grayscale: #686868. Windows color (decimal): -12223891 or 7174725. OLE color: 7174725.
HSL color Cylindrical-coordinate representation of color #457A6D: hue angle of 165.28º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457A6D is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 122 | 109 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.52 |
| HSL | 165.28º | 0.28% | 0.37% | - |
| HSV(B) | 165.28º | 0.43% | 0.48% | - |
| XYZ | 12.17 | 16.29 | 16.97 | - |
| YUV | 104.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 109 | 0.43 | 0 | 0.11 | 0.52 | 165.28 | 0.28 | 0.37 |
| Hex | 45 | 7A | 6D | 2B | 0 | B | 34 | A5 | 1C | 25 |
| Octal | 105 | 172 | 155 | 53 | 0 | 13 | 64 | 245 | 34 | 45 |
| Binary | 1000101 | 1111010 | 1101101 | 101011 | 0 | 1011 | 110100 | 10100101 | 11100 | 100101 |
Color Harmonies of #457A6D
Complementary color
Monochromatic Colors of #457A6D
Black with #457A6D
Text Example
Text Example
White with #457A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457A6D; }
p { color: rgb(69,122,109); }
H1.HeaderClassName
{
color: #457A6D;
}
.AnyTagClassName
{
color: #457A6D;
}
</style>
background-color css
<style>
a { background-color: #457A6D; }
a { background-color: rgb(69,122,109); }
div.DivClassName
{
background-color: #457A6D;
}
.BgClassName
{
background-color: #457A6D;
}
</style>
border-color css
<style>
span { border-color: #457A6D; }
span { border-color: rgb(69,122,109); }
td.TdClassName
{
border-color: #457A6D;
}
.TagClassName
{
border-color: #457A6D;
}
</style>