#457D74

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

Shades of Dark Green Copper #457D74

Tints of Dark Green Copper #457D74

Color information

#457D74 (or 0x457D74) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7D and 74. RGB value is (69,125,116). Sum of RGB (Red+Green+Blue) = 69+125+116=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #457D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D74 is #BA828B. Grayscale: #6B6B6B. Windows color (decimal): -12223116 or 7634245. OLE color: 7634245.

HSL color Cylindrical-coordinate representation of color #457D74: hue angle of 170.36º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457D74 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB69125116-
CMYK0.4500.070.51
HSL170.36º28.87%38.04%-
HSV(B)170.36º44.8%49.02%-
XYZ12.9417.1919.16-
YUV107.23132.95100.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=22.26%
G=40.32%
B=37.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691251160.4500.070.51170.3628.8738.04
Hex457D742D0733aa1d26
Octal1051751645507632523546
Binary10001011111101111010010110101111100111010101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,116); }

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

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

 a { background-color: rgb(69,125,116); }

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

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

 span { border-color: rgb(69,125,116); }

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