#497772

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

Shades of Dark Green Copper #497772

Tints of Dark Green Copper #497772

Color information

#497772 (or 0x497772) is unknown color: approx Dark Green Copper. HEX triplet: 49, 77 and 72. RGB value is (73,119,114). Sum of RGB (Red+Green+Blue) = 73+119+114=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #497772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497772 is #B6888D. Grayscale: #686868. Windows color (decimal): -11962510 or 7501641. OLE color: 7501641.

HSL color Cylindrical-coordinate representation of color #497772: hue angle of 173.48º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497772 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB73119114-
CMYK0.3900.040.53
HSL173.48º23.96%37.65%-
HSV(B)173.48º38.66%46.67%-
XYZ12.3815.8318.32-
YUV104.68133.26105.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=23.86%
G=38.89%
B=37.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191140.3900.040.53173.4823.9637.65
Hex497772270435ad1826
Octal1111671624704652553046
Binary10010011110111111001010011101001101011010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497772; }

 p { color: rgb(73,119,114); }

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

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

 a { background-color: rgb(73,119,114); }

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

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

 span { border-color: rgb(73,119,114); }

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