#457B6E

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

Shades of Dark Green Copper #457B6E

Tints of Dark Green Copper #457B6E

Color information

#457B6E (or 0x457B6E) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7B and 6E. RGB value is (69,123,110). Sum of RGB (Red+Green+Blue) = 69+123+110=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #457B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B6E is #BA8491. Grayscale: #696969. Windows color (decimal): -12223634 or 7240517. OLE color: 7240517.

HSL color Cylindrical-coordinate representation of color #457B6E: hue angle of 165.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B6E is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB69123110-
CMYK0.4400.110.52
HSL165.56º28.12%37.65%-
HSV(B)165.56º43.9%48.24%-
XYZ12.3516.5617.3-
YUV105.37130.61102.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=22.85%
G=40.73%
B=36.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691231100.4400.110.52165.5628.1237.65
Hex457B6E2C0B34a61c26
Octal10517315654013642463446
Binary100010111110111101110101100010111101001010011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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