Html Css Color HEX #497064 Dark Green Copper

📋 copy color: '#497064'

red 73 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #497064

Tints of Dark Green Copper #497064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

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

R = 25.61%
G = 39.3%
B = 35.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#497064 (or 0x497064) is known color: Dark Green Copper. HEX triplet: 49, 70 and 64. RGB value is (73,112,100). Sum of RGB (Red+Green+Blue) = 73+112+100=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #497064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497064 is #B68F9B. Grayscale: #626262. Windows color (decimal): -11964316 or 6582345. OLE color: 6582345.

HSL color Cylindrical-coordinate representation of color #497064: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497064 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 100 -
CMYK 0.35 0 0.11 0.56
HSL 161.54º 0.21% 0.36% -
HSV(B) 161.54º 0.35% 0.44% -
XYZ 10.84 13.92 14.17 -
YUV 98.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 73 112 100 0.35 0 0.11 0.56 161.54 0.21 0.36
Hex 49 70 64 23 0 B 38 A2 15 24
Octal 111 160 144 43 0 13 70 242 25 44
Binary 1001001 1110000 1100100 100011 0 1011 111000 10100010 10101 100100

Color Harmonies of #497064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497064

Black with #497064

Text Example


Text Example

White with #497064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497064; }

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

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

background-color css

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

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

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

border-color css

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

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

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