Shades of Dark Green Copper #457A74
Tints of Dark Green Copper #457A74
RGB
CMYK
RGB Variations
Color information
#457A74 (or 0x457A74) is known color: Dark Green Copper. HEX triplet: 45, 7A and 74. RGB value is (69,122,116). Sum of RGB (Red+Green+Blue) = 69+122+116=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #457A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A74 is #BA858B. Grayscale: #696969. Windows color (decimal): -12223884 or 7633477. OLE color: 7633477.
HSL color Cylindrical-coordinate representation of color #457A74: hue angle of 173.21º 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 #457A74 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 122 | 116 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.52 |
| HSL | 173.21º | 0.28% | 0.37% | - |
| HSV(B) | 173.21º | 0.43% | 0.48% | - |
| XYZ | 12.57 | 16.45 | 19.03 | - |
| YUV | 105.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 116 | 0.43 | 0 | 0.05 | 0.52 | 173.21 | 0.28 | 0.37 |
| Hex | 45 | 7A | 74 | 2B | 0 | 5 | 34 | AD | 1C | 25 |
| Octal | 105 | 172 | 164 | 53 | 0 | 5 | 64 | 255 | 34 | 45 |
| Binary | 1000101 | 1111010 | 1110100 | 101011 | 0 | 101 | 110100 | 10101101 | 11100 | 100101 |
Color Harmonies of #457A74
Complementary color
Monochromatic Colors of #457A74
Black with #457A74
Text Example
Text Example
White with #457A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457A74; }
p { color: rgb(69,122,116); }
H1.HeaderClassName
{
color: #457A74;
}
.AnyTagClassName
{
color: #457A74;
}
</style>
background-color css
<style>
a { background-color: #457A74; }
a { background-color: rgb(69,122,116); }
div.DivClassName
{
background-color: #457A74;
}
.BgClassName
{
background-color: #457A74;
}
</style>
border-color css
<style>
span { border-color: #457A74; }
span { border-color: rgb(69,122,116); }
td.TdClassName
{
border-color: #457A74;
}
.TagClassName
{
border-color: #457A74;
}
</style>