#497970

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

Shades of Dark Green Copper #497970

Tints of Dark Green Copper #497970

Color information

#497970 (or 0x497970) is unknown color: approx Dark Green Copper. HEX triplet: 49, 79 and 70. RGB value is (73,121,112). Sum of RGB (Red+Green+Blue) = 73+121+112=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #497970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497970 is #B6868F. Grayscale: #696969. Windows color (decimal): -11962000 or 7371081. OLE color: 7371081.

HSL color Cylindrical-coordinate representation of color #497970: hue angle of 168.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497970 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB73121112-
CMYK0.4000.070.53
HSL168.75º24.74%38.04%-
HSV(B)168.75º39.67%47.45%-
XYZ12.5116.2617.81-
YUV105.62131.6104.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=23.86%
G=39.54%
B=36.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731211120.4000.070.53168.7524.7438.04
Hex497970280735a91926
Octal1111711605007652513146
Binary10010011111001111000010100001111101011010100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497970; }

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

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

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

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

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

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

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

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