Html Css Color HEX #497464 Dark Green Copper

📋 copy color: '#497464'

red 73 ◦ green 116 ◦ blue 100

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

Shades of Dark Green Copper #497464

Tints of Dark Green Copper #497464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 25.26%
G = 40.14%
B = 34.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#497464 (or 0x497464) is known color: Dark Green Copper. HEX triplet: 49, 74 and 64. RGB value is (73,116,100). Sum of RGB (Red+Green+Blue) = 73+116+100=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #497464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497464 is #B68B9B. Grayscale: #656565. Windows color (decimal): -11963292 or 6583369. OLE color: 6583369.

HSL color Cylindrical-coordinate representation of color #497464: hue angle of 157.67º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497464 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 100 -
CMYK 0.37 0 0.14 0.55
HSL 157.67º 0.23% 0.37% -
HSV(B) 157.67º 0.37% 0.45% -
XYZ 11.29 14.83 14.32 -
YUV 101.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 73 116 100 0.37 0 0.14 0.55 157.67 0.23 0.37
Hex 49 74 64 25 0 E 37 9E 17 25
Octal 111 164 144 45 0 16 67 236 27 45
Binary 1001001 1110100 1100100 100101 0 1110 110111 10011110 10111 100101

Color Harmonies of #497464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497464

Black with #497464

Text Example


Text Example

White with #497464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497464; }

 p { color: rgb(73,116,100); }

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

background-color css

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

 a { background-color: rgb(73,116,100); }

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

border-color css

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

 span { border-color: rgb(73,116,100); }

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