#497B74

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

Shades of Dark Green Copper #497B74

Tints of Dark Green Copper #497B74

Color information

#497B74 (or 0x497B74) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7B and 74. RGB value is (73,123,116). Sum of RGB (Red+Green+Blue) = 73+123+116=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #497B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B74 is #B6848B. Grayscale: #6B6B6B. Windows color (decimal): -11961484 or 7633737. OLE color: 7633737.

HSL color Cylindrical-coordinate representation of color #497B74: hue angle of 171.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B74 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB73123116-
CMYK0.4100.060.52
HSL171.6º25.51%38.43%-
HSV(B)171.6º40.65%48.24%-
XYZ12.9816.8419.09-
YUV107.25132.94103.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=23.40%
G=39.42%
B=37.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731231160.4100.060.52171.625.5138.43
Hex497B74290634ac1a26
Octal1111731645106642543246
Binary10010011111011111010010100101101101001010110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497B74; }

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

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

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

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

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

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

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

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