#457773

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

Shades of Dark Green Copper #457773

Tints of Dark Green Copper #457773

Color information

#457773 (or 0x457773) is unknown color: approx Dark Green Copper. HEX triplet: 45, 77 and 73. RGB value is (69,119,115). Sum of RGB (Red+Green+Blue) = 69+119+115=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #457773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457773 is #BA888C. Grayscale: #676767. Windows color (decimal): -12224653 or 7567173. OLE color: 7567173.

HSL color Cylindrical-coordinate representation of color #457773: hue angle of 175.2º 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 #457773 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB69119115-
CMYK0.4200.030.53
HSL175.2º26.6%36.86%-
HSV(B)175.2º42.02%46.67%-
XYZ12.1515.718.61-
YUV103.59134.44103.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=22.77%
G=39.27%
B=37.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691191150.4200.030.53175.226.636.86
Hex4577732A0335af1b25
Octal1051671635203652573345
Binary1000101111011111100111010100111101011010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457773; }

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

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

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

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

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

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

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

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