#457771

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

Shades of Dark Green Copper #457771

Tints of Dark Green Copper #457771

Color information

#457771 (or 0x457771) is unknown color: approx Dark Green Copper. HEX triplet: 45, 77 and 71. RGB value is (69,119,113). Sum of RGB (Red+Green+Blue) = 69+119+113=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #457771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457771 is #BA888E. Grayscale: #676767. Windows color (decimal): -12224655 or 7436101. OLE color: 7436101.

HSL color Cylindrical-coordinate representation of color #457771: hue angle of 172.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457771 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB69119113-
CMYK0.4200.050.53
HSL172.8º26.6%36.86%-
HSV(B)172.8º42.02%46.67%-
XYZ12.0315.6518.01-
YUV103.37133.44103.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=22.92%
G=39.53%
B=37.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691191130.4200.050.53172.826.636.86
Hex4577712A0535ad1b25
Octal1051671615205652553345
Binary10001011110111111000110101001011101011010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457771; }

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

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

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

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

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

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

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

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