Html Css Color HEX #497C71 Dark Green Copper

📋 copy color: '#497C71'

red 73 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #497C71

Tints of Dark Green Copper #497C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

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

R = 23.55%
G = 40%
B = 36.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#497C71 (or 0x497C71) is known color: Dark Green Copper. HEX triplet: 49, 7C and 71. RGB value is (73,124,113). Sum of RGB (Red+Green+Blue) = 73+124+113=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #497C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C71 is #B6838E. Grayscale: #6B6B6B. Windows color (decimal): -11961231 or 7437385. OLE color: 7437385.

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

Color convert

RGB 73 124 113 -
CMYK 0.41 0 0.09 0.51
HSL 167.06º 0.26% 0.39% -
HSV(B) 167.06º 0.41% 0.49% -
XYZ 12.94 17.02 18.23 -
YUV 107.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 73 124 113 0.41 0 0.09 0.51 167.06 0.26 0.39
Hex 49 7C 71 29 0 9 33 A7 1A 27
Octal 111 174 161 51 0 11 63 247 32 47
Binary 1001001 1111100 1110001 101001 0 1001 110011 10100111 11010 100111

Color Harmonies of #497C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C71

Black with #497C71

Text Example


Text Example

White with #497C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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