#457A6E

Color #457A6E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #457A6E

Tints of Dark Green Copper #457A6E

Color information

#457A6E (or 0x457A6E) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7A and 6E. RGB value is (69,122,110). Sum of RGB (Red+Green+Blue) = 69+122+110=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #457A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A6E is #BA8591. Grayscale: #686868. Windows color (decimal): -12223890 or 7240261. OLE color: 7240261.

HSL color Cylindrical-coordinate representation of color #457A6E: hue angle of 166.42º 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 #457A6E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB69122110-
CMYK0.4300.100.52
HSL166.42º27.75%37.45%-
HSV(B)166.42º43.44%47.84%-
XYZ12.2316.3117.26-
YUV104.78130.94102.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=22.92%
G=40.53%
B=36.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691221100.4300.100.52166.4227.7537.45
Hex457A6E2B0A34a61c25
Octal10517215653012642463445
Binary100010111110101101110101011010101101001010011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457A6E; }

 p { color: rgb(69,122,110); }

 H1.HeaderClassName
 {
   color: #457A6E;
 }
 .AnyTagClassName
 {
   color: #457A6E;
 }
</style>
background-color css

<style>
 a { background-color: #457A6E; }

 a { background-color: rgb(69,122,110); }

 div.DivClassName
 {
   background-color: #457A6E;
 }
 .BgClassName
 {
   background-color: #457A6E;
 }
</style>
border-color css

<style>
 span { border-color: #457A6E; }

 span { border-color: rgb(69,122,110); }

 td.TdClassName
 {
   border-color: #457A6E;
 }
 .TagClassName
 {
   border-color: #457A6E;
 }
</style>