Html Css Color HEX #497164 Dark Green Copper

📋 copy color: '#497164'

red 73 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #497164

Tints of Dark Green Copper #497164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 25.52%
G = 39.51%
B = 34.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#497164 (or 0x497164) is known color: Dark Green Copper. HEX triplet: 49, 71 and 64. RGB value is (73,113,100). Sum of RGB (Red+Green+Blue) = 73+113+100=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #497164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497164 is #B68E9B. Grayscale: #636363. Windows color (decimal): -11964060 or 6582601. OLE color: 6582601.

HSL color Cylindrical-coordinate representation of color #497164: hue angle of 160.5º degrees, saturation: 0.22, 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 #497164 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 100 -
CMYK 0.35 0 0.12 0.56
HSL 160.5º 0.22% 0.36% -
HSV(B) 160.5º 0.35% 0.44% -
XYZ 10.95 14.15 14.21 -
YUV 99.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 73 113 100 0.35 0 0.12 0.56 160.5 0.22 0.36
Hex 49 71 64 23 0 C 38 A0 16 24
Octal 111 161 144 43 0 14 70 240 26 44
Binary 1001001 1110001 1100100 100011 0 1100 111000 10100000 10110 100100

Color Harmonies of #497164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497164

Black with #497164

Text Example


Text Example

White with #497164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497164; }

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

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

background-color css

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

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

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

border-color css

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

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

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