#457A72

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

Shades of Dark Green Copper #457A72

Tints of Dark Green Copper #457A72

Color information

#457A72 (or 0x457A72) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7A and 72. RGB value is (69,122,114). Sum of RGB (Red+Green+Blue) = 69+122+114=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #457A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A72 is #BA858D. Grayscale: #696969. Windows color (decimal): -12223886 or 7502405. OLE color: 7502405.

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

Color convert

RGB69122114-
CMYK0.4300.070.52
HSL170.94º27.75%37.45%-
HSV(B)170.94º43.44%47.84%-
XYZ12.4516.418.43-
YUV105.24132.94102.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=22.62%
G=40%
B=37.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691221140.4300.070.52170.9427.7537.45
Hex457A722B0734ab1c25
Octal1051721625307642533445
Binary10001011111010111001010101101111101001010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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