#457B72

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

Shades of Dark Green Copper #457B72

Tints of Dark Green Copper #457B72

Color information

#457B72 (or 0x457B72) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7B and 72. RGB value is (69,123,114). Sum of RGB (Red+Green+Blue) = 69+123+114=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #457B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B72 is #BA848D. Grayscale: #696969. Windows color (decimal): -12223630 or 7502661. OLE color: 7502661.

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

Color convert

RGB69123114-
CMYK0.4400.070.52
HSL170º28.12%37.65%-
HSV(B)170º43.9%48.24%-
XYZ12.5716.6518.47-
YUV105.83132.61101.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=22.55%
G=40.20%
B=37.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691231140.4400.070.5217028.1237.65
Hex457B722C0734aa1c26
Octal1051731625407642523446
Binary10001011111011111001010110001111101001010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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