#497972

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

Shades of Dark Green Copper #497972

Tints of Dark Green Copper #497972

Color information

#497972 (or 0x497972) is unknown color: approx Dark Green Copper. HEX triplet: 49, 79 and 72. RGB value is (73,121,114). Sum of RGB (Red+Green+Blue) = 73+121+114=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #497972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497972 is #B6868D. Grayscale: #696969. Windows color (decimal): -11961998 or 7502153. OLE color: 7502153.

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

Color convert

RGB73121114-
CMYK0.4000.060.53
HSL171.25º24.74%38.04%-
HSV(B)171.25º39.67%47.45%-
XYZ12.6216.3118.4-
YUV105.85132.6104.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=23.70%
G=39.29%
B=37.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731211140.4000.060.53171.2524.7438.04
Hex497972280635ab1926
Octal1111711625006652533146
Binary10010011111001111001010100001101101011010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497972; }

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

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

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

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

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

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

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

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