Html Css Color HEX #497A73 Dark Green Copper

📋 copy color: '#497A73'

red 73 ◦ green 122 ◦ blue 115

#497A73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #497A73

Tints of Dark Green Copper #497A73

RGB

 RED value IS 73 (28.91% from 255) = 23.55%

 GREEN value IS 122 (48.05% from 255) = 39.35%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 23.55%
G = 39.35%
B = 37.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#497A73 (or 0x497A73) is known color: Dark Green Copper. HEX triplet: 49, 7A and 73. RGB value is (73,122,115). Sum of RGB (Red+Green+Blue) = 73+122+115=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #497A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A73 is #B6858C. Grayscale: #6A6A6A. Windows color (decimal): -11961741 or 7567945. OLE color: 7567945.

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

Color convert

RGB 73 122 115 -
CMYK 0.40 0 0.06 0.52
HSL 171.43º 0.25% 0.38% -
HSV(B) 171.43º 0.4% 0.48% -
XYZ 12.8 16.57 18.74 -
YUV 106.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 73 122 115 0.40 0 0.06 0.52 171.43 0.25 0.38
Hex 49 7A 73 28 0 6 34 AB 19 26
Octal 111 172 163 50 0 6 64 253 31 46
Binary 1001001 1111010 1110011 101000 0 110 110100 10101011 11001 100110

Color Harmonies of #497A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A73

Black with #497A73

Text Example


Text Example

White with #497A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #497A73;
 }
 .AnyTagClassName
 {
   color: #497A73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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