Html Css Color HEX #497671 Dark Green Copper

📋 copy color: '#497671'

red 73 ◦ green 118 ◦ blue 113

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

Shades of Dark Green Copper #497671

Tints of Dark Green Copper #497671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

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

R = 24.01%
G = 38.82%
B = 37.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#497671 (or 0x497671) is known color: Dark Green Copper. HEX triplet: 49, 76 and 71. RGB value is (73,118,113). Sum of RGB (Red+Green+Blue) = 73+118+113=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #497671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497671 is #B6898E. Grayscale: #676767. Windows color (decimal): -11962767 or 7435849. OLE color: 7435849.

HSL color Cylindrical-coordinate representation of color #497671: hue angle of 173.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497671 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 113 -
CMYK 0.38 0 0.04 0.54
HSL 173.33º 0.24% 0.37% -
HSV(B) 173.33º 0.38% 0.46% -
XYZ 12.21 15.57 17.98 -
YUV 103.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 73 118 113 0.38 0 0.04 0.54 173.33 0.24 0.37
Hex 49 76 71 26 0 4 36 AD 18 25
Octal 111 166 161 46 0 4 66 255 30 45
Binary 1001001 1110110 1110001 100110 0 100 110110 10101101 11000 100101

Color Harmonies of #497671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497671

Black with #497671

Text Example


Text Example

White with #497671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497671; }

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

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

background-color css

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

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

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

border-color css

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

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

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