Html Css Color HEX #497D73 Dark Green Copper

📋 copy color: '#497D73'

red 73 ◦ green 125 ◦ blue 115

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

Shades of Dark Green Copper #497D73

Tints of Dark Green Copper #497D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

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

R = 23.32%
G = 39.94%
B = 36.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#497D73 (or 0x497D73) is known color: Dark Green Copper. HEX triplet: 49, 7D and 73. RGB value is (73,125,115). Sum of RGB (Red+Green+Blue) = 73+125+115=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #497D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D73 is #B6828C. Grayscale: #6C6C6C. Windows color (decimal): -11960973 or 7568713. OLE color: 7568713.

HSL color Cylindrical-coordinate representation of color #497D73: hue angle of 168.46º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D73 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 115 -
CMYK 0.42 0 0.08 0.51
HSL 168.46º 0.26% 0.39% -
HSV(B) 168.46º 0.42% 0.49% -
XYZ 13.18 17.32 18.87 -
YUV 108.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 73 125 115 0.42 0 0.08 0.51 168.46 0.26 0.39
Hex 49 7D 73 2A 0 8 33 A8 1A 27
Octal 111 175 163 52 0 10 63 250 32 47
Binary 1001001 1111101 1110011 101010 0 1000 110011 10101000 11010 100111

Color Harmonies of #497D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D73

Black with #497D73

Text Example


Text Example

White with #497D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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