Html Css Color HEX #497D71 Dark Green Copper

📋 copy color: '#497D71'

red 73 ◦ green 125 ◦ blue 113

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

Shades of Dark Green Copper #497D71

Tints of Dark Green Copper #497D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 23.47%
G = 40.19%
B = 36.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#497D71 (or 0x497D71) is known color: Dark Green Copper. HEX triplet: 49, 7D and 71. RGB value is (73,125,113). Sum of RGB (Red+Green+Blue) = 73+125+113=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #497D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D71 is #B6828E. Grayscale: #6C6C6C. Windows color (decimal): -11960975 or 7437641. OLE color: 7437641.

HSL color Cylindrical-coordinate representation of color #497D71: hue angle of 166.15º 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 #497D71 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 113 -
CMYK 0.42 0 0.10 0.51
HSL 166.15º 0.26% 0.39% -
HSV(B) 166.15º 0.42% 0.49% -
XYZ 13.06 17.28 18.27 -
YUV 108.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 73 125 113 0.42 0 0.10 0.51 166.15 0.26 0.39
Hex 49 7D 71 2A 0 A 33 A6 1A 27
Octal 111 175 161 52 0 12 63 246 32 47
Binary 1001001 1111101 1110001 101010 0 1010 110011 10100110 11010 100111

Color Harmonies of #497D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D71

Black with #497D71

Text Example


Text Example

White with #497D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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