Html Css Color HEX #497971 Dark Green Copper

📋 copy color: '#497971'

red 73 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #497971

Tints of Dark Green Copper #497971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 23.78%
G = 39.41%
B = 36.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#497971 (or 0x497971) is known color: Dark Green Copper. HEX triplet: 49, 79 and 71. RGB value is (73,121,113). Sum of RGB (Red+Green+Blue) = 73+121+113=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #497971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497971 is #B6868E. Grayscale: #696969. Windows color (decimal): -11961999 or 7436617. OLE color: 7436617.

HSL color Cylindrical-coordinate representation of color #497971: hue angle of 170º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497971 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 113 -
CMYK 0.40 0 0.07 0.53
HSL 170º 0.25% 0.38% -
HSV(B) 170º 0.4% 0.47% -
XYZ 12.57 16.28 18.1 -
YUV 105.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 73 121 113 0.40 0 0.07 0.53 170 0.25 0.38
Hex 49 79 71 28 0 7 35 AA 19 26
Octal 111 171 161 50 0 7 65 252 31 46
Binary 1001001 1111001 1110001 101000 0 111 110101 10101010 11001 100110

Color Harmonies of #497971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497971

Black with #497971

Text Example


Text Example

White with #497971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497971; }

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

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

background-color css

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

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

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

border-color css

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

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

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