#497A6E

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

Shades of Dark Green Copper #497A6E

Tints of Dark Green Copper #497A6E

Color information

#497A6E (or 0x497A6E) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7A and 6E. RGB value is (73,122,110). Sum of RGB (Red+Green+Blue) = 73+122+110=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #497A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A6E is #B68591. Grayscale: #696969. Windows color (decimal): -11961746 or 7240265. OLE color: 7240265.

HSL color Cylindrical-coordinate representation of color #497A6E: hue angle of 165.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A6E is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB73122110-
CMYK0.4000.100.52
HSL165.31º25.13%38.24%-
HSV(B)165.31º40.16%47.84%-
XYZ12.5216.4617.27-
YUV105.98130.27104.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=23.93%
G=40%
B=36.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221100.4000.100.52165.3125.1338.24
Hex497A6E280A34a51926
Octal11117215650012642453146
Binary100100111110101101110101000010101101001010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,110); }

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

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

 a { background-color: rgb(73,122,110); }

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

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

 span { border-color: rgb(73,122,110); }

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