#457A6D

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

Shades of Dark Green Copper #457A6D

Tints of Dark Green Copper #457A6D

Color information

#457A6D (or 0x457A6D) is unknown color: approx 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

RGB69122109-
CMYK0.4300.110.52
HSL165.28º27.75%37.45%-
HSV(B)165.28º43.44%47.84%-
XYZ12.1716.2916.97-
YUV104.67130.44102.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=23%
G=40.67%
B=36.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691221090.4300.110.52165.2827.7537.45
Hex457A6D2B0B34a51c25
Octal10517215553013642453445
Binary100010111110101101101101011010111101001010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>