#457C72

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

Shades of Dark Green Copper #457C72

Tints of Dark Green Copper #457C72

Color information

#457C72 (or 0x457C72) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7C and 72. RGB value is (69,124,114). Sum of RGB (Red+Green+Blue) = 69+124+114=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #457C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C72 is #BA838D. Grayscale: #6A6A6A. Windows color (decimal): -12223374 or 7502917. OLE color: 7502917.

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

Color convert

RGB69124114-
CMYK0.4400.080.51
HSL169.09º28.5%37.84%-
HSV(B)169.09º44.35%48.63%-
XYZ12.716.918.51-
YUV106.42132.28101.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=22.48%
G=40.39%
B=37.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691241140.4400.080.51169.0928.537.84
Hex457C722C0833a91c26
Octal10517416254010632513446
Binary100010111111001110010101100010001100111010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,124,114); }

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

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

 a { background-color: rgb(69,124,114); }

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

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

 span { border-color: rgb(69,124,114); }

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