#497468

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

Shades of Dark Green Copper #497468

Tints of Dark Green Copper #497468

Color information

#497468 (or 0x497468) is unknown color: approx Dark Green Copper. HEX triplet: 49, 74 and 68. RGB value is (73,116,104). Sum of RGB (Red+Green+Blue) = 73+116+104=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #497468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497468 is #B68B97. Grayscale: #656565. Windows color (decimal): -11963288 or 6845513. OLE color: 6845513.

HSL color Cylindrical-coordinate representation of color #497468: hue angle of 163.26º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497468 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB73116104-
CMYK0.3700.100.55
HSL163.26º22.75%37.06%-
HSV(B)163.26º37.07%45.49%-
XYZ11.4914.9115.37-
YUV101.78129.25107.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=24.91%
G=39.59%
B=35.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731161040.3700.100.55163.2622.7537.06
Hex497468250A37a31725
Octal11116415045012672432745
Binary100100111101001101000100101010101101111010001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497468; }

 p { color: rgb(73,116,104); }

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

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

 a { background-color: rgb(73,116,104); }

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

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

 span { border-color: rgb(73,116,104); }

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