#457A71

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

Shades of Dark Green Copper #457A71

Tints of Dark Green Copper #457A71

Color information

#457A71 (or 0x457A71) is unknown color: approx Dark Green Copper. HEX triplet: 45, 7A and 71. RGB value is (69,122,113). Sum of RGB (Red+Green+Blue) = 69+122+113=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #457A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A71 is #BA858E. Grayscale: #696969. Windows color (decimal): -12223887 or 7436869. OLE color: 7436869.

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

Color convert

RGB69122113-
CMYK0.4300.070.52
HSL169.81º27.75%37.45%-
HSV(B)169.81º43.44%47.84%-
XYZ12.3916.3818.13-
YUV105.13132.44102.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=22.70%
G=40.13%
B=37.17%

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
Decimal691221130.4300.070.52169.8127.7537.45
Hex457A712B0734aa1c25
Octal1051721615307642523445
Binary10001011111010111000110101101111101001010101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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