#497068

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

Shades of Dark Green Copper #497068

Tints of Dark Green Copper #497068

Color information

#497068 (or 0x497068) is unknown color: approx Dark Green Copper. HEX triplet: 49, 70 and 68. RGB value is (73,112,104). Sum of RGB (Red+Green+Blue) = 73+112+104=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #497068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497068 is #B68F97. Grayscale: #636363. Windows color (decimal): -11964312 or 6844489. OLE color: 6844489.

HSL color Cylindrical-coordinate representation of color #497068: hue angle of 167.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497068 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB73112104-
CMYK0.3500.070.56
HSL167.69º21.08%36.27%-
HSV(B)167.69º34.82%43.92%-
XYZ11.041415.22-
YUV99.43130.58109.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=25.26%
G=38.75%
B=35.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121040.3500.070.56167.6921.0836.27
Hex497068230738a81524
Octal1111601504307702502544
Binary10010011110000110100010001101111110001010100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497068; }

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

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

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

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

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

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

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

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